Skip to content

Commit ed565aa

Browse files
authored
Fix typoed type
1 parent 04b5923 commit ed565aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typescript/dhall-tmlanguage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const tmLanguage: TmLanguage = {
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)