Skip to content

Commit 2b63919

Browse files
committed
Fixed wrong scopes on unit file <data> tag
1 parent 03b31c9 commit 2b63919

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Unit.sublime-syntax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ contexts:
132132
6: punctuation.definition.string.end
133133
set:
134134
- match: '>'
135-
scope: punctuation.definition.tag.end
135+
scope: meta.tag.xml punctuation.definition.tag.end
136136
embed: scope:text.xml.sval
137137
escape: '(</)(data)(>)'
138138
escape_captures:
139-
1: punctuation.definition.tag.begin
140-
2: support.function
141-
3: punctuation.definition.tag.end
139+
1: meta.tag.xml punctuation.definition.tag.begin
140+
2: meta.tag.xml storage.type
141+
3: meta.tag.xml punctuation.definition.tag.end
142142
- match: ''
143143
pop: true
144144

0 commit comments

Comments
 (0)