serkonda7/vscode-vba

convert config files to yaml

serkonda7 opened this issue · 1 comments

What problem does the feature solve?
Better maintainability and convenience features.
#2 is also closed by this.

Preferred Solution
docs: https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide#developing-a-new-grammar-extension
dep: https://www.npmjs.com/package/js-yaml

Considerations
Conversion has to be done before every npm run test.

See bait-lang/vscode-bait#6 for implementation details.