File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1212
1313## master
1414
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+
1519## 1.56.0
1620
1721#### :bug : Bug Fix
Original file line number Diff line number Diff line change 297297 }
298298 ]
299299 },
300- "list " : {
300+ "entity-literal " : {
301301 "patterns" : [
302302 {
303- "match" : " \\ b(list)(\\ {)" ,
303+ "match" : " \\ b(list|dict )(\\ {)" ,
304304 "captures" : {
305305 "1" : {
306306 "name" : " keyword"
548548 { "include" : " #string" },
549549 { "include" : " #attribute" },
550550 { "include" : " #function" },
551- { "include" : " #list " },
551+ { "include" : " #entity-literal " },
552552 { "include" : " #jsx" },
553553 { "include" : " #operator" },
554554 { "include" : " #number" },
You can’t perform that action at this time.
0 commit comments