helix
helix copied to clipboard
Highlight Rust doc comments with markdown
tree-sitter-rust recently added nodes for doc comments and we can inject in markdown. This is waiting on a few fixes/refactors in https://github.com/tree-sitter/tree-sitter-rust/pull/212
https://github.com/tree-sitter/tree-sitter-rust/pull/212 was merged upstream. We might want to try to solve https://github.com/helix-editor/helix/issues/6491 before merging this though: it's fairly easy to reproduce once you inject markdown into line comments and annoying when it happens if you have comments styled with italics.