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
17 stars 5 forks source link

Change file extension to official `.tmLanguage.json` #11

Closed RedCMD closed 1 month ago

RedCMD commented 3 months ago

Currently all the grammar files under /syntaxes/ are langId.embedded.json

this should be changed to the more official JSON TextMate file name langId.embedded.tmLanguage.json

ruschaaf commented 1 month ago

Thanks for the suggestion! I'll rename the files for the next release

ruschaaf commented 1 month ago

Just pushed a fix, will be in next release, thanks