From cac57e212dfdada3d79229b6f5cc5d920a1f90aa Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sat, 5 Oct 2024 12:39:33 +0200 Subject: [PATCH] Remove interpolation scope from style/script attributes related with https://github.com/sublimehq/Packages/pull/4054 --- Syntaxes/HTML/HTML (Jinja).sublime-syntax | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Syntaxes/HTML/HTML (Jinja).sublime-syntax b/Syntaxes/HTML/HTML (Jinja).sublime-syntax index f0e3bab..460a1f9 100644 --- a/Syntaxes/HTML/HTML (Jinja).sublime-syntax +++ b/Syntaxes/HTML/HTML (Jinja).sublime-syntax @@ -134,9 +134,7 @@ contexts: meta.string.html string.quoted.double.html punctuation.definition.string.begin.html embed: scope:source.js.jinja - embed_scope: - meta.string.html meta.interpolation.html - source.js.embedded.html + embed_scope: meta.string.html source.js.embedded.html escape: \" escape_captures: 0: meta.string.html string.quoted.double.html @@ -146,9 +144,7 @@ contexts: meta.string.html string.quoted.single.html punctuation.definition.string.begin.html embed: scope:source.js.jinja - embed_scope: - meta.string.html meta.interpolation.html - source.js.embedded.html + embed_scope: meta.string.html source.js.embedded.html escape: \' escape_captures: 0: meta.string.html string.quoted.single.html @@ -161,9 +157,7 @@ contexts: meta.string.html string.quoted.double.html punctuation.definition.string.begin.html embed: scope:source.css.jinja#rule-list-body - embed_scope: - meta.string.html meta.interpolation.html - source.css.embedded.html + embed_scope: meta.string.html source.css.embedded.html escape: \" escape_captures: 0: meta.string.html string.quoted.double.html @@ -173,9 +167,7 @@ contexts: meta.string.html string.quoted.single.html punctuation.definition.string.begin.html embed: scope:source.css.jinja#rule-list-body - embed_scope: - meta.string.html meta.interpolation.html - source.css.embedded.html + embed_scope: meta.string.html source.css.embedded.html escape: \' escape_captures: 0: meta.string.html string.quoted.single.html