Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dhall-lang/vscode-language-dhall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ed565aa2ad8e98e646241e59f2e9d1f1553e9457
Choose a base ref
..
head repository: dhall-lang/vscode-language-dhall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dfc890d4d348bded81a04578c34913592016159e
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/typescript/dhall-tmlanguage.ts
2 changes: 1 addition & 1 deletion src/typescript/dhall-tmlanguage.ts
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ const tmLanguage: TmLanguage = {
},
{
name: "entity.name.function",
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"
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"
},
{
name: "support.class.dhall",