From 46a6b8cfe7cf2391937af6f5ca5238ea4369c985 Mon Sep 17 00:00:00 2001 From: Sophie <70588905+probablySophie@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:14:10 +0800 Subject: [PATCH] Whoops, someone forgot block documentation comments --- runtime/queries/rust/highlights.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/queries/rust/highlights.scm b/runtime/queries/rust/highlights.scm index def29cb66..88374704a 100644 --- a/runtime/queries/rust/highlights.scm +++ b/runtime/queries/rust/highlights.scm @@ -31,6 +31,7 @@ (raw_string_literal) ] @string (line_comment (doc_comment)) @comment.documentation +(block_comment (doc_comment)) @comment.block.documentation [ (line_comment) (block_comment)