A tree sitter parser for haxe.
I've only testing this using nvim-treesitter.
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.