File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 456456 <key >include </key >
457457 <string >#string-single-quoted </string >
458458 </dict >
459+ <dict >
460+ <key >include </key >
461+ <string >#string-backtick </string >
462+ </dict >
459463 <dict >
460464 <key >include </key >
461465 <string >#var_global </string >
12301234 <key >include </key >
12311235 <string >#string-single-quoted </string >
12321236 </dict >
1237+ <dict >
1238+ <key >include </key >
1239+ <string >#string-backtick </string >
1240+ </dict >
12331241 <dict >
12341242 <key >include </key >
12351243 <string >#var_global </string >
12841292 <key >name </key >
12851293 <string >constant.language.php </string >
12861294 </dict >
1295+ <key >string-backtick </key >
1296+ <dict >
1297+ <key >begin </key >
1298+ <string >` </string >
1299+ <key >beginCaptures </key >
1300+ <dict >
1301+ <key >0 </key >
1302+ <dict >
1303+ <key >name </key >
1304+ <string >punctuation.definition.string.begin.php </string >
1305+ </dict >
1306+ </dict >
1307+ <key >end </key >
1308+ <string >` </string >
1309+ <key >endCaptures </key >
1310+ <dict >
1311+ <key >0 </key >
1312+ <dict >
1313+ <key >name </key >
1314+ <string >punctuation.definition.string.end.php </string >
1315+ </dict >
1316+ </dict >
1317+ <key >name </key >
1318+ <string >string.interpolated.php </string >
1319+ <key >patterns </key >
1320+ <array >
1321+ <dict >
1322+ <key >match </key >
1323+ <string >\\. </string >
1324+ <key >name </key >
1325+ <string >constant.character.escape.php </string >
1326+ </dict >
1327+ <dict >
1328+ <key >include </key >
1329+ <string >#var_complex_string_heredoc </string >
1330+ </dict >
1331+ </array >
1332+ </dict >
12871333 <key >string-double-quoted </key >
12881334 <dict >
12891335 <key >begin </key >
You can’t perform that action at this time.
0 commit comments