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

30 lines
886 B
Org Mode
Raw Permalink Normal View History

2019-01-21 02:12:59 +00:00
#+TITLE: Dhall layer
#+TAGS: dsl|layer|markup|programming
2019-05-05 17:26:40 +00:00
2019-01-21 02:12:59 +00:00
[[file:img/dhall-logo.png]]
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2019-01-21 02:12:59 +00:00
- [[#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.