Skip to content

Commit c0d7a23

Browse files
committed
Try to fix import syntax highlighting
1 parent e1181f4 commit c0d7a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plush.tmbundle/syntaxes/plush.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"patterns": [
7171
{
7272
"name": "string.unquoted.path.plush",
73-
"match": "[A-Za-z0-9_./-]+"
73+
"match": "[A-Za-z0-9_./-]+(?=\\s+import\\b)"
7474
},
7575
{
7676
"name": "keyword.control.import.plush",

0 commit comments

Comments
 (0)