Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>[deprecated]Dhall Language SupportNew to Visual Studio Code? Get it now.

[deprecated]Dhall Language Support

Preview

Vitalii Voloshyn

|
3,558 installs
| (1) | Free
Syntax highlighting for the dhall programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dhall Language support

This extension is deprecated and going to be removed from the marketplace.

Please install 'official' dhall extension


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

  • Syntax Highlight Guide
  • Description of the grammar rules
  • Dhall ABNF Reference
  • Dhall website
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2019 Microsoft