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.
import
imports
1 parent 6174839 commit 3c158a2Copy full SHA for 3c158a2
syntaxes/roc.tmLanguage.json
@@ -8,7 +8,7 @@
8
"name": "keyword.unused.roc"
9
},
10
{
11
- "match": "\\b(dbg|if|then|else|when|is|app|packages|imports|provides|to|as|expect|exposes)\\s+",
+ "match": "\\b(dbg|if|then|else|when|is|app|packages|imports?|provides|to|as|expect|exposes)\\s+",
12
"name": "keyword.control.roc"
13
14
{ "include": "#comments" },
0 commit comments