From ae45c5495a8c95a38f16b4162d313f284dc6c1cc Mon Sep 17 00:00:00 2001 From: RedCMD <33529441+RedCMD@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:58:26 +1300 Subject: [PATCH 1/2] Fixed `<%--` `--%>` based comment `end` rule `<%--` based commenting is broken because the `'end'` rule was indented twice too much Fixed by removing the two 'space' indents for `'end'` and `'name'` --- grammars/xml.cson | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grammars/xml.cson b/grammars/xml.cson index be5fabd..dbac12d 100644 --- a/grammars/xml.cson +++ b/grammars/xml.cson @@ -406,8 +406,8 @@ 'captures': '0': 'name': 'punctuation.definition.comment.xml' - 'end': '--%>' - 'name': 'comment.block.xml' + 'end': '--%>' + 'name': 'comment.block.xml' } { 'begin': '