Skip to content

Commit bd1d6c6

Browse files
TewanStefanH-AT
authored andcommitted
Add block comments to qc language
1 parent 30b7ca3 commit bd1d6c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

syntaxes/qc.tmLanguage.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
{
77
"include": "source.kv#comment"
88
},
9+
{
10+
"include": "#blockComment"
11+
},
912
{
1013
"include": "#command"
1114
},
@@ -23,6 +26,11 @@
2326
"command": {
2427
"match": "\\$\\w+",
2528
"name": "keyword"
29+
},
30+
"blockComment": {
31+
"begin": "/\\*",
32+
"end": "\\*/",
33+
"name": "comment.block"
2634
}
2735
}
2836
}

0 commit comments

Comments
 (0)