Skip to content

stefanwatt/tree-sitter-haxe

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 97.5%
  • JavaScript 1.4%
  • Rust 0.4%
  • Haxe 0.3%
  • Scheme 0.3%
  • C++ 0.1%