We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016b7e3 commit 733d59eCopy full SHA for 733d59e
SValue.sublime-syntax
@@ -9,7 +9,7 @@ scope: text.xml.sval
9
variables:
10
valid_attributes: '(name)'
11
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)'
+ valid_types: '(h|hstring|s|string|i|int|long|f|float|b|bool|i?vec[234]|bytes|null)'
13
contexts:
14
preprocessor-expression:
15
- match: '\b[A-Z0-9_]+\b'
0 commit comments