tree-sitter-rust
tree-sitter-rust copied to clipboard
Unique highlight namess for enum variants and constants
Currently enum variants and constants are considered Constructor, but it would be great if they could be considered something else, as constructor isnt exactly accurate; enums are more like static fields in other languages