File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -1172,11 +1172,11 @@ export default function(hljs) {
1172
1172
* Various types of strings supported in the engine.
1173
1173
*/
1174
1174
const STRING = {
1175
+ scope : "string" ,
1175
1176
variants : [
1176
1177
{
1177
1178
begin : / \$ " / ,
1178
1179
end : / \" / ,
1179
- scope : "string" ,
1180
1180
relevance : 10 ,
1181
1181
illegal : / \n / ,
1182
1182
contains : [
@@ -1185,20 +1185,17 @@ export default function(hljs) {
1185
1185
]
1186
1186
} ,
1187
1187
{
1188
- scope : "string" ,
1189
1188
begin : "@'" ,
1190
1189
end : "'" ,
1191
1190
relevance : 10 ,
1192
1191
contains : [ STRING_NUMERICAL_SUBSTITUTION ]
1193
1192
} ,
1194
1193
{
1195
- scope : "string" ,
1196
1194
begin : "@\"" ,
1197
1195
end : "\"" ,
1198
1196
contains : [ STRING_NUMERICAL_SUBSTITUTION ]
1199
1197
} ,
1200
1198
{
1201
- scope : "string" ,
1202
1199
begin : / " / ,
1203
1200
end : / " / ,
1204
1201
illegal : / \n / ,
You can’t perform that action at this time.
0 commit comments