Skip to content

Commit

Permalink
Merge branch 'develop' into st4126
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 5, 2024
2 parents 708e88c + af545dd commit b14d2c2
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 @@ -113,9 +114,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 @@ -125,9 +124,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 @@ -140,9 +137,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 @@ -152,9 +147,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 b14d2c2

Please sign in to comment.