We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1181f4 commit c0d7a23Copy full SHA for c0d7a23
1 file changed
plush.tmbundle/syntaxes/plush.tmLanguage.json
@@ -70,7 +70,7 @@
70
"patterns": [
71
{
72
"name": "string.unquoted.path.plush",
73
- "match": "[A-Za-z0-9_./-]+"
+ "match": "[A-Za-z0-9_./-]+(?=\\s+import\\b)"
74
},
75
76
"name": "keyword.control.import.plush",
0 commit comments