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 c0be3a3 commit af545dd
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions Syntaxes/HTML (Liquid).sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ contexts:

main:
- meta_include_prototype: false
- meta_scope: meta.template.liquid
- match: ''
set: [html, frontmatter]

Expand Down Expand Up @@ -105,9 +106,7 @@ contexts:
meta.string.html string.quoted.double.html
punctuation.definition.string.begin.html
embed: scope:source.js.liquid
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 @@ -117,9 +116,7 @@ contexts:
meta.string.html string.quoted.single.html
punctuation.definition.string.begin.html
embed: scope:source.js.liquid
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 @@ -132,9 +129,7 @@ contexts:
meta.string.html string.quoted.double.html
punctuation.definition.string.begin.html
embed: scope:source.css.liquid#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 @@ -144,9 +139,7 @@ contexts:
meta.string.html string.quoted.single.html
punctuation.definition.string.begin.html
embed: scope:source.css.liquid#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 af545dd

Please sign in to comment.