cursorless-dev / vscode-parse-tree

Syntax trees for VSCode using tree-sitter
MIT License
40 stars 35 forks source link

Add tree-sitter-nix #66

Closed fidgetingbits closed 8 months ago

fidgetingbits commented 9 months ago

Note the only way I got this building in order to test was by using the other PR https://github.com/cursorless-dev/vscode-parse-tree/pull/64

Also nix is not an official language listed in https://code.visualstudio.com/docs/languages/identifiers but it seems to show up as nix in vscode, which may be due to me having a nix extension installed(?). Not sure if this will preclude it from being usable or not. I didn't run into any errors opening a .nix file in the extension after building it, but didn't know what to test beyond that to see if anything was broken.

fidgetingbits commented 9 months ago

Ah ya good point, so just pick whatever the latest commit is at the time of adding basicslly?

pokey commented 9 months ago

Ah ya good point, so just pick whatever the latest commit is at the time of adding basicslly?

yep!

fidgetingbits commented 9 months ago

Updated the version.

pokey commented 8 months ago

Released in 0.27.0