You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
bindings | 2 years ago | |
examples | 2 years ago | |
first_pass | 2 years ago | |
queries | 2 years ago | |
src | 2 years ago | |
test | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.toml | 2 years ago | |
README.md | 2 years ago | |
binding.gyp | 2 years ago | |
grammar-keywords.js | 2 years ago | |
grammar.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago |
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.