Stillat / vscode-antlers-language-server

Provides rich language features for Statamic's Antlers templating language, including code completions, syntax highlighting, and more.
https://antlers.dev
MIT License
36 stars 3 forks source link

Showing error when using partials inside <style></style> #52

Closed kaulandb closed 1 year ago

kaulandb commented 1 year ago

Describe the bug Getting an error when using antlers partials or conditionals inside style tags (. With tailwind, this is the only way to achieve some dynamic class styling that I've found.

Impacted Products Which Antlers Toolbox products does this bug apply to?

Versions and Other Plugins/Extensions Antlers Toolbox v2.4.0

To Reproduce ``

Expected behavior No squigglies.

antlers-error
JohnathonKoster commented 1 year ago

Hi there! Those errors are not coming from the Antlers Toolbox, and seem to be from another plugin enabled that is unable to recognize embedded languages.

kaulandb commented 1 year ago

Thanks for pointing me in the right direction! Was a VS Code setting