vantreeseba / tree-sitter-haxe

MIT License
26 stars 11 forks source link

Highlight type names and package names separately #49

Closed tobil4sk closed 2 months ago

tobil4sk commented 3 months ago

Package names are now highlighted with @module, and type names are highlighted with @type.

This also removes the need for nested highlighting queries for package and import statements, so longer type paths will still highlight properly.

Before: image

After: image