Skip to content

Skehmatics/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.0%
  • JavaScript 2.6%
  • Rust 0.6%
  • C++ 0.3%
  • Haxe 0.2%
  • Scheme 0.2%
  • Python 0.1%