EvgeniyPeshkov / syntax-highlighter

Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
https://marketplace.visualstudio.com/items?itemName=evgeniypeshkov.syntax-highlighter
MIT License
208 stars 44 forks source link

Add elixir to the plugin #73

Open NobbZ opened 2 years ago

NobbZ commented 2 years ago

The elixir team seems to maintain an official treesitter grammar:

https://github.com/elixir-lang/tree-sitter-elixir

It is just not integrated into any VScode plugin as far as I am aware.