devstuff / vscode-language-dhall

Dhall Syntax Highlighting for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dhall Language support

Syntax highlighting support for the Dhall programming language.

Highlighting

Adds highlighting support for Dhall (.dhall) files. Big Kudos for the Sublime Dhall which served as a reference.

Screenshot Highlighting

Development

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

Dev Resources

About

Dhall Syntax Highlighting for VS Code

License:MIT License


Languages

Language:TypeScript 52.0%Language:Dhall 47.6%Language:Shell 0.4%