georgewfraser/vscode-tree-sitter

[Language Request] TOML

JKAnderson409 opened this issue · 1 comments

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.

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