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.
 
 
 
 
 
 
Derek Schmidt 71ad604545 Bump version 2 years ago
bindings Initial commit. 2 years ago
examples Add example for #2. 2 years ago
first_pass Move old test into subfolder, setup basic parsing 2 years ago
queries Improve language coverage 2 years ago
src Improve language coverage 2 years ago
test Improve language coverage 2 years ago
.gitignore Improve language coverage 2 years ago
Cargo.toml Initial commit. 2 years ago
README.md Update README.md 2 years ago
binding.gyp Initial commit. 2 years ago
grammar-keywords.js Move old test into subfolder, setup basic parsing 2 years ago
grammar.js Improve language coverage 2 years ago
package-lock.json Bump version 2 years ago
package.json Bump version 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.

What it looks like / does so far (the color scheme is of course customizeable through the highlights / etc in vim).

image