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 e42b1c3 commit 3e4cc59Copy full SHA for 3e4cc59
Unit.sublime-syntax
@@ -174,7 +174,18 @@ contexts:
174
captures:
175
1: entity.name.tag storage.type
176
push:
177
- - match: '(layer|origin|texture|frame)\b'
+ - include: renderable-base-attributes
178
+ - match: '(origin|texture|frame)\b'
179
+ scope: support.other
180
+ push: attribute-value
181
+ - include: attributes
182
+
183
+ - match: '\b(minimap_text)\s*\b'
184
+ captures:
185
+ 1: entity.name.tag storage.type
186
+ push:
187
188
+ - match: '(font|text|color|origin|width|align)\b'
189
scope: support.other
190
push: attribute-value
191
- include: attributes
0 commit comments