Skip to content

psibi/dhall-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

dhall-mode

MELPA Build Status

Emacs Major mode for working with Dhall configuration language.

Installation

  • Make sure that you install dhall-format and it's PATH is available to emacs via exec-path.
  • Install this extension from MELPA:
(use-package dhall-mode
  :ensure t
  :mode "\\.dhall\\'")

Demo

Dhall in Emacs

Features

  • Syntax highlighting (Using font lock)
  • Multiline support for String
  • Basic indendation, commenting
  • Automatic formatting on save (Configurable via variable). Uses dhall-format for it.
  • Error highlighting.
  • REPL support.

License

Copyright © 2017 Sibi Prabakaran

Distributed under GNU GPL, version 3.

Releases

No releases published

Packages

No packages published