cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
44 stars 38 forks source link

Add tree-sitter-lua #67

Closed fidgetingbits closed 1 year ago

fidgetingbits commented 1 year ago

Same caveat about building/testing as https://github.com/cursorless-dev/vscode-parse-tree/pull/66 . In this case lua is an officially supported language by vscode though.

fidgetingbits commented 1 year ago

FWIW in this case 2.1.3 is the latest release/commit so won't upgrade to git version. https://github.com/Azganoth/tree-sitter-lua

pokey commented 1 year ago

Looks like there are three different tree-sitter-lua grammars:

I would be inclined to go for https://github.com/MunifTanjim/tree-sitter-lua, because

Make sense?

fidgetingbits commented 1 year ago

Ah, I dunno how I missed that one. Definitely makes sense to go with the one neovim uses.

I won't be around a computer for about a week so if you wanna switch it quick feel free, otherwise I'll do it later.

pokey commented 1 year ago

Released in 0.27.0