Skip to content

gamb/dhall-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

dhall-mode

MELPA

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.

Todo:

License

Copyright © 2017 Sibi Prabakaran

Distributed under GNU GPL, version 3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%