adapap / OWScript

Python-like scripting language which transpiles into Overwatch Workshop script rulesets.
MIT License
37 stars 2 forks source link

Generate VSCode syntax #6

Closed MatthewSH closed 5 years ago

MatthewSH commented 5 years ago

It seems that VSCode uses the same Yaml style configuration. Using this guide we can probably create an extension. I may be able to work on this sometime this weekend.

MatthewSH commented 5 years ago

Looked at this more the other day with some test code, it will be a lot different as VSCode requires it as a language support extension which you can't automatically convert the sublime syntax to, sadly. And there's some other little things here and there that will come up. Mainly it's just my lack of knowledge with syntax highlighting though.