Closed Stanzilla closed 4 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.
@georgewfraser How about https://github.com/Azganoth/tree-sitter-lua?
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?