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 85bcb02 commit 661b863Copy full SHA for 661b863
Unit.sublime-syntax
@@ -5,7 +5,6 @@ file_extensions:
5
- unit
6
scope: text.xml.unit
7
variables:
8
- valid_functions: '()'
9
valid_types: '(unit|scenes|scene|collision|point|frame|sizes|colors|group)'
10
contexts:
11
preprocessor-expression:
@@ -277,8 +276,6 @@ contexts:
277
276
push: attribute-value
278
- include: attributes
279
280
- - match: '\b{{valid_functions}}\b'
281
- scope: entity.name.tag support.function
282
- match: '\b{{valid_types}}\b'
283
scope: entity.name.tag storage.type
284
- match: '\b[A-Za-z0-9\-_]+\b'
0 commit comments