Skip to content

Commit dfc890d

Browse files
committed
Fix highlighting of Double
1 parent 04b5923 commit dfc890d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/typescript/dhall-tmlanguage.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)