diff --git a/Syntaxes/HTML (Liquid).sublime-syntax b/Syntaxes/HTML (Liquid).sublime-syntax
index a905295..beba5cd 100644
--- a/Syntaxes/HTML (Liquid).sublime-syntax
+++ b/Syntaxes/HTML (Liquid).sublime-syntax
@@ -17,6 +17,7 @@ contexts:
main:
- meta_include_prototype: false
+ - meta_scope: meta.template.liquid
- match: ''
set: [html, frontmatter]
@@ -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
@@ -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
@@ -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
@@ -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