We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 291053c commit 26c20f5Copy full SHA for 26c20f5
ReScript.sublime-syntax
@@ -31,6 +31,7 @@ contexts:
31
scope: punctuation.definition.comment.begin
32
push:
33
- meta_scope: comment.block
34
+ - include: commentBlock
35
- match: \*/
36
scope: punctuation.definition.comment.end
37
pop: true
syntax_test.res
@@ -8,6 +8,11 @@
8
9
/* hello
10
// <- source.res comment.block punctuation.definition.comment.begin
11
+ /* nested
12
+// ^^ comment.block comment.block punctuation.definition.comment.begin
13
+ bla
14
+ */
15
+// ^^ comment.block comment.block punctuation.definition.comment.end
16
world */
17
//^ source.res comment.block
18
// ^ source.res comment.block punctuation.definition.comment.end
0 commit comments