Skip to content

Commit 2377bd6

Browse files
committed
add "* *" strings as well
1 parent bfc7aa3 commit 2377bd6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

syntaxes/mdl.tmLanguage.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
{
1212
"include": "#strings"
1313
},
14+
{
15+
"include": "#starstrings"
16+
},
1417
{
1518
"include": "#atstrings"
1619
}
@@ -45,6 +48,17 @@
4548
}
4649
]
4750
},
51+
"starstrings": {
52+
"name": "string.quoted.stardouble.mdl",
53+
"begin": "\"\\*",
54+
"end": "\\*\"",
55+
"patterns": [
56+
{
57+
"name": "constant.character.escape.mdl",
58+
"match": "\\\\."
59+
}
60+
]
61+
},
4862
"atstrings": {
4963
"name": "string.quoted.atquoted.mdl",
5064
"begin": "@@",

0 commit comments

Comments
 (0)