Skip to content

Commit 1eda613

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lockfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"revision": "888e2e563ed3b43c417f17e57f7e29c39ce9aeea"
214214
},
215215
"rust": {
216-
"revision": "d045b04b66d51c0ba8671e7ce1ee23a9f286b7d7"
216+
"revision": "67d304c81e3b2a6cda7e9f577c1f527c53c8348e"
217217
},
218218
"scala": {
219219
"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)