georgewfraser / vscode-tree-sitter

Accurate syntax coloring for VSCode using tree-sitter
MIT License
175 stars 25 forks source link

[Language Request] Lua #1

Closed Stanzilla closed 4 years ago

Stanzilla commented 5 years ago

I have no real experience with this, but would it be possible to craft Lua support from an existing project like https://github.com/oxyc/luaparse?

georgewfraser commented 5 years ago

In order to add support for Lua, you would first need to write a tree-sitter grammar for Lua. According to the home page, there isn't one yet.

Stanzilla commented 5 years ago

@georgewfraser How about https://github.com/Azganoth/tree-sitter-lua?