From 83916b9cf46ed0b5b64cddd3280c2a3d29fdbb14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kukie=C5=82a?= <53443372+kukimik@users.noreply.github.com> Date: Sat, 8 Mar 2025 23:05:33 +0100 Subject: [PATCH] Add dhall-sublime-syntax-highlighting --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ab0afe..0859bee 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ A curated list of awesome dhall-lang binding, libraries and anything related to - [atom-language-dhall](https://github.com/jmitchell/atom-language-dhall) - Dhall language support in Atom. - [dhall-mode](https://github.com/psibi/dhall-mode) - Dhall language support in Emacs. - [dhall-lsp-server](https://github.com/dhall-lang/dhall-haskell/tree/main/dhall-lsp-server) - Language Server Protocol server for Dhall. +- [dhall-sublime-syntax-highlighting](https://github.com/kukimik/dhall-sublime-syntax-highlighting) - Dhall syntax highlighting for Sublime Text. ## Miscellaneous - [relude](https://github.com/kowainik/relude/tree/main/hlint) - A custom Haskell Prelude that uses Dhall to generate rules for the HLint linter, see the [blog post](https://kowainik.github.io/posts/2018-09-09-dhall-to-hlint).