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 21511c4 commit e2f0517Copy full SHA for e2f0517
Unit.sublime-syntax
@@ -112,13 +112,13 @@ contexts:
112
7: punctuation.definition.string.end
113
set:
114
- match: '>'
115
- scope: punctuation.definition.tag.end
+ scope: meta.tag.xml punctuation.definition.tag.end
116
embed: scope:text.xml.sval
117
escape: '(</)(behavior)(>)'
118
escape_captures:
119
- 1: punctuation.definition.tag.begin
120
- 2: support.function
121
- 3: punctuation.definition.tag.end
+ 1: meta.tag.xml punctuation.definition.tag.begin
+ 2: meta.tag.xml support.function
+ 3: meta.tag.xml punctuation.definition.tag.end
122
- match: ''
123
pop: true
124
0 commit comments