Skip to content

Commit e2f0517

Browse files
committed
Fixed missing meta.tag.xml scope in unit behavior tag
1 parent 21511c4 commit e2f0517

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Unit.sublime-syntax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ contexts:
112112
7: punctuation.definition.string.end
113113
set:
114114
- match: '>'
115-
scope: punctuation.definition.tag.end
115+
scope: meta.tag.xml punctuation.definition.tag.end
116116
embed: scope:text.xml.sval
117117
escape: '(</)(behavior)(>)'
118118
escape_captures:
119-
1: punctuation.definition.tag.begin
120-
2: support.function
121-
3: punctuation.definition.tag.end
119+
1: meta.tag.xml punctuation.definition.tag.begin
120+
2: meta.tag.xml support.function
121+
3: meta.tag.xml punctuation.definition.tag.end
122122
- match: ''
123123
pop: true
124124

0 commit comments

Comments
 (0)