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 45f5dbe commit 6629543Copy full SHA for 6629543
grammars/rescript.tmLanguage.json
@@ -297,10 +297,10 @@
297
}
298
]
299
},
300
- "list": {
+ "entity-literal": {
301
"patterns": [
302
{
303
- "match": "\\b(list)(\\{)",
+ "match": "\\b(list|dict)(\\{)",
304
"captures": {
305
"1": {
306
"name": "keyword"
@@ -549,7 +549,7 @@
549
{ "include": "#string" },
550
{ "include": "#attribute" },
551
{ "include": "#function" },
552
- { "include": "#list" },
+ { "include": "#entity-literal" },
553
{ "include": "#jsx" },
554
{ "include": "#operator" },
555
{ "include": "#number" },
0 commit comments