georgewfraser / vscode-tree-sitter

Accurate syntax coloring for VSCode using tree-sitter
MIT License
174 stars 26 forks source link

[Language Request] TOML #26

Open JKAnderson409 opened 4 years ago

JKAnderson409 commented 4 years ago

This extension has excellent support for the Rust language. It is great to have perfect syntax highlighting. The most popular TOML extension is missing support for some of the language's core features such as dates and has issues with table syntax as well. A less popular option has better syntax support and solves most of these problems as far as I can tell but it does not target the most recent TOML version. It would be great if tree-sitter included TOML support so that the entire Rust ecosystem could have its syntax highlighting handled by this one great extension.

georgewfraser commented 4 years ago

It would be great if someone wanted to tackle this---it's straightforward to add languages, just follow the pattern.