We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
doc_comment
1 parent a76e1eb commit c134c16Copy full SHA for c134c16
lockfile.json
@@ -216,7 +216,11 @@
216
"revision": "888e2e563ed3b43c417f17e57f7e29c39ce9aeea"
217
},
218
"rust": {
219
+<<<<<<< HEAD
220
"revision": "eeb0702ebdac504b97196577b1dac43c80913d7b"
221
+=======
222
+ "revision": "67d304c81e3b2a6cda7e9f577c1f527c53c8348e"
223
+>>>>>>> 23bae0b7 (highlights(rust): support `doc_comment`)
224
225
"scala": {
226
"revision": "0a3dd53a7fc4b352a538397d054380aaa28be54c"
queries/rust/highlights.scm
@@ -144,6 +144,7 @@
144
[
145
(line_comment)
146
(block_comment)
147
+ (doc_comment)
148
] @comment
149
150
(boolean_literal) @boolean
0 commit comments