Syntax highlighting support for the Dhall programming language.
Adds highlighting support for Dhall (.dhall) files. Big Kudos for the Sublime Dhall which served as a reference.
Source code is located at src/typescript/dhall-tmlanguage.ts
and is an executable typescript file.
Build steps:
npm install
npx ts-node src/typescript/dhall-tmlanguage.ts > ./syntaxes/dhall.tmLanguage.json
Packaging:
vsce package