vantreeseba / tree-sitter-haxe

MIT License
26 stars 11 forks source link

HXML support #15

Open musjj opened 1 year ago

musjj commented 1 year ago

This is more of a project request than a feature request, but it would be nice to have support for HXML (Example implementation)

vantreeseba commented 1 year ago

I'll try to dig into this sometime, I thought the JS tree sitter might be a nice example with JSX, but that's baked into the JS parser itself (which makes sense).

Not sure how to structure it 100% if the files are seperate types, may have to just create a tree-sitter-hxml or something.

musjj commented 1 year ago

Yeah, a separate repo would probably make more sense.