File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
## master
14
14
15
+ #### :rocket : New Feature
16
+
17
+ - Add hightlighting for the new dict literal syntax ` dict{} ` . https://github.com/rescript-lang/rescript-vscode/pull/934
18
+
15
19
## 1.56.0
16
20
17
21
#### :bug : Bug Fix
Original file line number Diff line number Diff line change 297
297
}
298
298
]
299
299
},
300
- "list " : {
300
+ "entity-literal " : {
301
301
"patterns" : [
302
302
{
303
- "match" : " \\ b(list)(\\ {)" ,
303
+ "match" : " \\ b(list|dict )(\\ {)" ,
304
304
"captures" : {
305
305
"1" : {
306
306
"name" : " keyword"
548
548
{ "include" : " #string" },
549
549
{ "include" : " #attribute" },
550
550
{ "include" : " #function" },
551
- { "include" : " #list " },
551
+ { "include" : " #entity-literal " },
552
552
{ "include" : " #jsx" },
553
553
{ "include" : " #operator" },
554
554
{ "include" : " #number" },
You can’t perform that action at this time.
0 commit comments