mirror of https://github.com/helix-editor/helix
rust: Highlight `/` and `!` within comments as comments
parent
5f62c5c24c
commit
1afa63d457
|
@ -30,6 +30,8 @@
|
|||
(string_literal)
|
||||
(raw_string_literal)
|
||||
] @string
|
||||
(outer_doc_comment_marker "/" @comment)
|
||||
(inner_doc_comment_marker "!" @comment)
|
||||
[
|
||||
(line_comment)
|
||||
(block_comment)
|
||||
|
|
Loading…
Reference in New Issue