Skip to content

Commit 733d59e

Browse files
committed
Simplified integer vector match
1 parent 016b7e3 commit 733d59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SValue.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scope: text.xml.sval
99
variables:
1010
valid_attributes: '(name)'
1111
valid_functions: '(loader|svals|d|dict|a|array)'
12-
valid_types: '(h|hstring|s|string|i|int|long|f|float|b|bool|vec[234]|ivec[234]|bytes|null)'
12+
valid_types: '(h|hstring|s|string|i|int|long|f|float|b|bool|i?vec[234]|bytes|null)'
1313
contexts:
1414
preprocessor-expression:
1515
- match: '\b[A-Z0-9_]+\b'

0 commit comments

Comments
 (0)