Skip to content

Commit 661b863

Browse files
committed
Removed unnecessary functions from unit file
1 parent 85bcb02 commit 661b863

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Unit.sublime-syntax

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ file_extensions:
55
- unit
66
scope: text.xml.unit
77
variables:
8-
valid_functions: '()'
98
valid_types: '(unit|scenes|scene|collision|point|frame|sizes|colors|group)'
109
contexts:
1110
preprocessor-expression:
@@ -277,8 +276,6 @@ contexts:
277276
push: attribute-value
278277
- include: attributes
279278

280-
- match: '\b{{valid_functions}}\b'
281-
scope: entity.name.tag support.function
282279
- match: '\b{{valid_types}}\b'
283280
scope: entity.name.tag storage.type
284281
- match: '\b[A-Za-z0-9\-_]+\b'

0 commit comments

Comments
 (0)