Skip to content

Commit 3c158a2

Browse files
rtfeldmanivan-demchenko
authored andcommitted
feat: highlight import as well as imports
1 parent 6174839 commit 3c158a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntaxes/roc.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "keyword.unused.roc"
99
},
1010
{
11-
"match": "\\b(dbg|if|then|else|when|is|app|packages|imports|provides|to|as|expect|exposes)\\s+",
11+
"match": "\\b(dbg|if|then|else|when|is|app|packages|imports?|provides|to|as|expect|exposes)\\s+",
1212
"name": "keyword.control.roc"
1313
},
1414
{ "include": "#comments" },

0 commit comments

Comments
 (0)