bmalehorn / vscode-fish

Fish syntax highlighting and formatting
MIT License
62 stars 6 forks source link

Build TextMate grammar from YAML #42

Open Marcelotsvaz opened 8 months ago

Marcelotsvaz commented 8 months ago

I want to implement #32 and fix some bugs in the syntax highlighting but working with the TextMate grammar in JSON is a miserable experience. Building the JSON from a YAML file is a huge improvement.

YAML Advantages Over JSON

Later we can add variable substitution and includes if needed.

What I Did

Building the Grammar

yarn build:grammar

This will run build/grammar.mjs.