helix icon indicating copy to clipboard operation
helix copied to clipboard

Highlight Rust doc comments with markdown

Open the-mikedavis opened this issue 1 year ago • 1 comments

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

the-mikedavis avatar Feb 21 '24 20:02 the-mikedavis

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.

the-mikedavis avatar Apr 05 '24 13:04 the-mikedavis