spacemacs/layers/+lang/dhall/README.org

28 lines
848 B
Org Mode
Raw Normal View History

2019-01-21 02:12:59 +00:00
#+TITLE: Dhall layer
[[file:img/dhall-logo.png]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
2019-01-21 02:30:01 +00:00
- [[#features][Features:]]
2019-01-21 02:12:59 +00:00
- [[#install][Install]]
- [[#layer][Layer]]
* Description
This layer adds support for the [[https://dhall-lang.org/][Dhall Configuration Language]], a non-repetitive
alternate to YAML.
2019-01-21 02:30:01 +00:00
** Features:
2019-01-21 02:12:59 +00:00
- Syntax highlighting for ~.dhall~ source files
- Automatic buffer reformatting on save (configurable)
- Type error display in side-buffer
*Note:* You will need a ~dhall~ binary on your ~PATH~. Official releases [[https://github.com/dhall-lang/dhall-haskell/releases][can be
found here]].
* Install
** Layer
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =dhall= to the existing =dotspacemacs-configuration-layers= list in this
file.