File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ const tmLanguage: TmLanguage = {
7777 } ,
7878 {
7979 name : "entity.name.function" ,
80- match : "\\b(Natural/fold|Natural/build|Natural/isZero|Natural/even|Natural/odd|Natural/toInteger|Natural/show|Integer/toDouble|Integer/show|Double|Double /show|List/build|List/fold|List/length|List/head|List/last|List/indexed|List/reverse|Optional/fold|Optional/build)\\b"
80+ match : "\\b(Natural/fold|Natural/build|Natural/isZero|Natural/even|Natural/odd|Natural/toInteger|Natural/show|Integer/toDouble|Integer/show|Double/show|List/build|List/fold|List/length|List/head|List/last|List/indexed|List/reverse|Optional/fold|Optional/build)\\b"
8181 } ,
8282 {
8383 name : "support.class.dhall" ,
84- match : "\\b(Bool|Optional|None|Natural|Integer|Doule |Text|List)\\b"
84+ match : "\\b(Bool|Optional|None|Natural|Integer|Double |Text|List)\\b"
8585 } ,
8686 {
8787 name : "keyword.control.conditional.dhall" ,
You can’t perform that action at this time.
0 commit comments