71ad604545 | ||
---|---|---|
bindings | ||
examples | ||
first_pass | ||
queries | ||
src | ||
test | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
binding.gyp | ||
grammar-keywords.js | ||
grammar.js | ||
package-lock.json | ||
package.json |
README.md
A tree sitter parser for haxe.
I've only testing this using nvim-treesitter.
Use
Install nvim-treesitter.
Clone this repo, and run tree-sitter generate (you may have to install globally).
Once generated, copy the queries to the nvim-treesitter folder
cp queries/* ~/.vim/BUNDLERPATH/nvim-treesitter/queries/haxe
You may have to create the haxe folder.
Open nvim, and run TSInstallFromGrammer haxe
This should get you running.