We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2377bd6 commit e3abbf8Copy full SHA for e3abbf8
1 file changed
syntaxes/mdl.tmLanguage.json
@@ -20,16 +20,14 @@
20
],
21
"repository": {
22
"comments": {
23
- "patterns": [
24
- {
25
- "name": "comment.line.double-slash.mdl",
26
- "begin": "//",
27
- "beginCaptures": {
28
- "0": { "name": "punctuation.definition.comment.mdl" }
29
- },
30
- "end": "\\n"
31
- }
32
- ]
+ "patterns": [{
+ "name": "comment.line.double-slash.mdl",
+ "begin": "//",
+ "beginCaptures": {
+ "0": { "name": "punctuation.definition.comment.mdl" }
+ },
+ "end": "\\n"
+ }]
33
},
34
"keywords": {
35
"patterns": [{
0 commit comments