From 2b63919cac001663e694d0d3abcdb63ef94abcdc Mon Sep 17 00:00:00 2001 From: Melissa Geels Date: Tue, 19 Nov 2019 14:04:18 +0100 Subject: [PATCH] Fixed wrong scopes on unit file tag --- Unit.sublime-syntax | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Unit.sublime-syntax b/Unit.sublime-syntax index 5f48e23..3f2dd19 100644 --- a/Unit.sublime-syntax +++ b/Unit.sublime-syntax @@ -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: '()' 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