With the release of 0.1.0, syntax highlighting is broken with basic HTML inside liquid files. I'm not fully up to speed on VS extensions, but the following lines are the cause. Testing locally and removing those lines fixes the issue and everything highlights as expected.
https://github.com/GingerBear/vscode-liquid/blob/master/syntaxes/liquid.tmLanguage#L63-L70
My assumption is that the CSS and JS syntax and reserved words are kicking in throughout the entire file with certain characters and throwing off the rest of the highlighting.
With the release of 0.1.0, syntax highlighting is broken with basic HTML inside liquid files. I'm not fully up to speed on VS extensions, but the following lines are the cause. Testing locally and removing those lines fixes the issue and everything highlights as expected. https://github.com/GingerBear/vscode-liquid/blob/master/syntaxes/liquid.tmLanguage#L63-L70
My assumption is that the CSS and JS syntax and reserved words are kicking in throughout the entire file with certain characters and throwing off the rest of the highlighting.
0.0.3 Highlighting
0.1.0 Highlighting
Related issue: #11