spacemacs/layers/+lang/yaml/README.org
2016-10-14 12:32:30 +03:00

19 lines
779 B
Org Mode

#+TITLE: YAML layer
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
- [[#syntax-checking-with-flycheck][Syntax checking with flycheck]]
* Description
This layer provides syntax highlighting and syntax checking via [[http://www.flycheck.org/en/latest/languages.html#yaml][flycheck]] for YAML files.
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =yaml= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Syntax checking with flycheck
Flycheck checks YAML with yaml-jsyaml or yaml-ruby. The flycheck YAML
documentation can be found at the [[http://www.flycheck.org/en/latest/languages.html#yaml][flycheck website]].