Skip to content

Commit

Permalink
Fixed wrong scopes on unit file <data> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
codecat committed Nov 19, 2019
1 parent 03b31c9 commit 2b63919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Unit.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ contexts:
6: punctuation.definition.string.end
set:
- match: '>'
scope: punctuation.definition.tag.end
scope: meta.tag.xml punctuation.definition.tag.end
embed: scope:text.xml.sval
escape: '(</)(data)(>)'
escape_captures:
1: punctuation.definition.tag.begin
2: support.function
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
- match: ''
pop: true

Expand Down

0 comments on commit 2b63919

Please sign in to comment.