Skip to content

Commit e3abbf8

Browse files
committed
reindent // comment pattern
1 parent 2377bd6 commit e3abbf8

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

syntaxes/mdl.tmLanguage.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,14 @@
2020
],
2121
"repository": {
2222
"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-
]
23+
"patterns": [{
24+
"name": "comment.line.double-slash.mdl",
25+
"begin": "//",
26+
"beginCaptures": {
27+
"0": { "name": "punctuation.definition.comment.mdl" }
28+
},
29+
"end": "\\n"
30+
}]
3331
},
3432
"keywords": {
3533
"patterns": [{

0 commit comments

Comments
 (0)