No description
bindings | ||
examples | ||
first_pass | ||
queries | ||
src | ||
test | ||
.gitignore | ||
binding.gyp | ||
Cargo.toml | ||
foo | ||
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/highlights.scm to ~/.vim/bundle/nvim-treesitter/queries/haxe/highlights.scm
Open nvim, and run TSInstallFromGrammer haxe
This should get you running.