vscode-zig
vscode-zig copied to clipboard
keep in sync with sublime (and thus linguist) syntax
The grammars should line up when we're done finalizing them.
re: https://github.com/zig-lang/sublime-zig-language/issues/4
SublimeText/PackageDev supports outputting a .YAML-tmLanguage as a json file that vscode can consume. perhaps here we could download the syntax file generated and kept in this repo and use that as the syntax file?
I don't think this is going to be worth it compared to just trying to keep in sync with the official grammar.