From 2ff7a2eb6afb9823235ca93dfc6958a9beb19b33 Mon Sep 17 00:00:00 2001 From: tajmone Date: Sat, 3 Feb 2024 12:58:26 +0100 Subject: [PATCH] Remove Redundant Escape Rules Since the last commit introduced full coverage of both escaping and double-escaping in the syntax, remove the previous escape definition by @polyglot-jones, which is now redundant. --- Syntaxes/Asciidoctor.sublime-syntax | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Syntaxes/Asciidoctor.sublime-syntax b/Syntaxes/Asciidoctor.sublime-syntax index ccde102..577b8ef 100644 --- a/Syntaxes/Asciidoctor.sublime-syntax +++ b/Syntaxes/Asciidoctor.sublime-syntax @@ -399,7 +399,6 @@ contexts: - include: attribute_reference - include: entity_number - include: entity_name - - include: escape # - include: replacement # - include: macro_pass - include: macro @@ -459,16 +458,6 @@ contexts: - match: (?:]) - scope: constant.character.escape.asciidoc - ################### # FLOW INDEXTERMS ###################