We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc7aa3 commit 2377bd6Copy full SHA for 2377bd6
1 file changed
syntaxes/mdl.tmLanguage.json
@@ -11,6 +11,9 @@
11
{
12
"include": "#strings"
13
},
14
+ {
15
+ "include": "#starstrings"
16
+ },
17
18
"include": "#atstrings"
19
}
@@ -45,6 +48,17 @@
45
48
46
49
]
47
50
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
62
"atstrings": {
63
"name": "string.quoted.atquoted.mdl",
64
"begin": "@@",
0 commit comments