We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8695596 commit e5a1f9aCopy full SHA for e5a1f9a
runtime/queries/rust/injections.scm
@@ -1,6 +1,10 @@
1
-([(line_comment) (block_comment)] @injection.content
+([(line_comment !doc) (block_comment !doc)] @injection.content
2
(#set! injection.language "comment"))
3
4
+((doc_comment) @injection.content
5
+ (#set! injection.language "markdown")
6
+ (#set! injection.combined))
7
+
8
((macro_invocation
9
macro:
10
[
0 commit comments