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.
2 parents 5e1fcd9 + e0b4206 commit 2e32a0bCopy full SHA for 2e32a0b
queries/scala/highlights.scm
@@ -236,6 +236,7 @@
236
"return" @keyword.return
237
238
(comment) @comment @spell
239
+(block_comment) @comment @spell
240
241
;; `case` is a conditional keyword in case_block
242
test/highlight/comments.scala
@@ -2,3 +2,11 @@
2
// ^keyword
3
// ^parameter
4
// ^string
5
+
6
+/*
7
+ * Beep boop
8
+ */
9
+// <- comment
10
11
+// Single line comment
12
0 commit comments