Improve KDL syntax highlighting
I could not find any issue tracking support for KDL outside of the initial support issue and the associated implementation PR, both of which are closed as completed/merged.
Description
As far as I understand it, kdl is supposed to treat nodes starting with /- as commented out, but helix does not highlight it this way.
Reading nontrivial kdl files, like my niri configuration file, can be quite unintuitive because regular comments and strings get syntax highlighted correctly, but "Slashdash" comments appear just like regular non-commented nodes.
Further info
There was a 2.0 release nearly a year ago, but as far as I can tell, this "Slashdash" comment feature was present before this.
Reading the initial support implementation PR and going to the underlying treesitter grammar, I assume the underlying grammar is just kind of incomplete: https://github.com/tree-sitter-grammars/tree-sitter-kdl/issues/11
Source: helix-editor/helix