Skip to content

Commit 016b7e3

Browse files
committed
Fixed <svals> not highlighting
1 parent e2f0517 commit 016b7e3

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
@@ -8,7 +8,7 @@ file_extensions:
88
scope: text.xml.sval
99
variables:
1010
valid_attributes: '(name)'
11-
valid_functions: '(loader|d|dict|a|array)'
11+
valid_functions: '(loader|svals|d|dict|a|array)'
1212
valid_types: '(h|hstring|s|string|i|int|long|f|float|b|bool|vec[234]|ivec[234]|bytes|null)'
1313
contexts:
1414
preprocessor-expression:

0 commit comments

Comments
 (0)