๐Ÿ“ฆ kukimik / dhall-sublime-syntax-highlighting

Dhall syntax highlighting for Sublime Text

โ˜… 2 stars โ‘‚ 0 forks ๐Ÿ‘ 2 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/kukimik/dhall-sublime-syntax-highlighting.git
HTTPS git clone https://github.com/kukimik/dhall-sublime-syntax-highlighting.git
SSH git clone git@github.com:kukimik/dhall-sublime-syntax-highlighting.git
CLI gh repo clone kukimik/dhall-sublime-syntax-highlighting
kukimik kukimik Remove annotation unrelated to test b6c5596 3 months ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .github
๐Ÿ“ extras
๐Ÿ“ messages
๐Ÿ“ tests
๐Ÿ“„ .gitattributes
๐Ÿ“„ .gitignore
๐Ÿ“„ CHANGELOG.md
๐Ÿ“„ LICENSE
๐Ÿ“„ messages.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

Dhall Syntax Highlighting for Sublime Text

Syntax definitions for the Dhall configuration language in the .sublime-syntax format, which is used among others by the Sublime Text editor and the syntect Rust library.

Currently two syntax files are provided:

that may have different set of features (and bugs). Ideally in the future these should be unfied into a single syntax definition. As for now, just use the file that better fits your needs.

Installation

The recommended way to install the package is via Package Control. After installing Package Control follow the usage guide to install the package named Dhall from the default channel.

Authorship and licensing

The original Dhall syntax highlighting package for Sublime Text was authored by Lawrence Bell. In 2020 the package was removed from GitHub. Fortunately a copy of the .sublime-syntax file was preserved by one of the users. Under the original author's permission the file was republished in 2025 under the MIT license.

In 2019 PanAeon developed a Dhall syntax highlighting package for Visual Studio Code. It provides a .tmLanguage file (a TextMate grammar), which can be converted to a .sublime-syntax file by a converter script packaged with the Sublime Text editor.