harrydowning / vscode-yaml-embedded-languages

A VS Code syntax extension for embedded language highlighting in YAML
https://marketplace.visualstudio.com/items?itemName=harrydowning.yaml-embedded-languages
MIT License
32 stars 7 forks source link

fix: User language bugs [release] #25

Closed harrydowning closed 4 months ago

harrydowning commented 4 months ago

Fixes #24

When a new version of the extension is released it overwrites any languages set with the yaml-embedded-languages.include setting. To avoid this, generate files (if neccessary) on activation.

User langauges should take priority and override the built-in languages. Furthermore, built-in language aliases should be specified seperately to allow them to be properly overriden.