ruschaaf / extended-embedded-languages

VSCode extension for better syntax highlighting of embedded languages
https://marketplace.visualstudio.com/items?itemName=ruschaaf.extended-embedded-languages
MIT License
18 stars 5 forks source link

Yaml not working when wholroyd.jinja extension enabled #1

Closed d-enk closed 1 year ago

d-enk commented 1 year ago

Peek 2023-07-03 15-13

ruschaaf commented 1 year ago

Thank you for the report (and the helpful animation!). It looks like this is due to the Jinja extension completely overriding the VSCode YAML syntax definition with its own (which then includes the VSCode syntax), rather than the extension adding Jinja templates as an injection. I'll do some tests and see what the options are.

ruschaaf commented 1 year ago

Should be fixed by the commit above, and will be included in the next release