File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 22
33## master
44
5+ ** Improvements:**
6+ - Add syntax support for int polyvariants
7+
58## 2.0.1
69
710- Fixes an issue where ` :RescriptTypeHint ` , ` :RescriptUpgrade ` fail with an 127 exit code (due to missing analysis binaries)
Original file line number Diff line number Diff line change 1+ let a = #normal
2+
3+ let b = # "exo-tic"
4+
5+ let c = # \"legacy exo-tic"
6+
7+ let d = # 732
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ syntax region resString start="\v[a-z]`" end="\v`" contains=resInterpolationVari
8888
8989" Polymorphic variants
9090syntax match resPolyVariant " \v #[A-za-z][A-Za-z0-9_'$]*"
91+ syntax match resPolyVariant " \v #[0-9]+"
9192syntax match resPolyVariant " \v #\" .*\" "
9293syntax match resPolyVariant " \v #\\\" .*\" "
9394
You can’t perform that action at this time.
0 commit comments