Skip to content

Commit

Permalink
Remove interpolation scope from style/script attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 5, 2024
1 parent 0efd55a commit cac57e2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions Syntaxes/HTML/HTML (Jinja).sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cac57e2

Please sign in to comment.