Skip to content

Commit c134c16

Browse files
committed
highlights(rust): support doc_comment
Ref: tree-sitter/tree-sitter-rust#99
1 parent a76e1eb commit c134c16

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lockfile.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,11 @@
216216
"revision": "888e2e563ed3b43c417f17e57f7e29c39ce9aeea"
217217
},
218218
"rust": {
219+
<<<<<<< HEAD
219220
"revision": "eeb0702ebdac504b97196577b1dac43c80913d7b"
221+
=======
222+
"revision": "67d304c81e3b2a6cda7e9f577c1f527c53c8348e"
223+
>>>>>>> 23bae0b7 (highlights(rust): support `doc_comment`)
220224
},
221225
"scala": {
222226
"revision": "0a3dd53a7fc4b352a538397d054380aaa28be54c"

queries/rust/highlights.scm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
[
145145
(line_comment)
146146
(block_comment)
147+
(doc_comment)
147148
] @comment
148149

149150
(boolean_literal) @boolean

0 commit comments

Comments
 (0)