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 03b31c9 commit 2b63919Copy full SHA for 2b63919
1 file changed
Unit.sublime-syntax
@@ -132,13 +132,13 @@ contexts:
132
6: punctuation.definition.string.end
133
set:
134
- match: '>'
135
- scope: punctuation.definition.tag.end
+ scope: meta.tag.xml punctuation.definition.tag.end
136
embed: scope:text.xml.sval
137
escape: '(</)(data)(>)'
138
escape_captures:
139
- 1: punctuation.definition.tag.begin
140
- 2: support.function
141
- 3: punctuation.definition.tag.end
+ 1: meta.tag.xml punctuation.definition.tag.begin
+ 2: meta.tag.xml storage.type
+ 3: meta.tag.xml punctuation.definition.tag.end
142
- match: ''
143
pop: true
144
0 commit comments