vantreeseba/coc-haxe

Best way to get syntax highlighting?

Closed this issue · 4 comments

What's the best plugin to use together with coc-haxe in order to get syntax highlighting? Is it a good idea to use it together with vaxe, or should I use vim-haxe instead?

Hi, currently it does not support syntax highlighting through the language server, so I think something like vim-haxe is the best way to go.

I've been looking into / starting on a tree-sitter parser for haxe as well, but progress is slow.

Ah, I see. Well, vim-haxe unfortunately looks pretty outdated, and I currently get my haxe syntax highlighting with vim-polyglot, but it's not that great. If you are going to make a haxe syntax plugin, I'd definitely consider using it. Thanks for your reply!

I pushed up what I have so far onto this repo, and you're welcome to test it.

It is still very much in a "it mostly works, but will probably not work very well yet" stage.
https://github.com/vantreeseba/tree-sitter-haxe

I'm gonna close this, but add a note to readme for link to tree sitter.