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

19 lines
779 B
Org Mode
Raw Normal View History

#+TITLE: YAML layer
2015-08-10 12:45:21 +00:00
2016-03-31 02:59:55 +00:00
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#install][Install]]
2016-09-16 16:49:29 +00:00
- [[#syntax-checking-with-flycheck][Syntax checking with flycheck]]
2015-08-10 12:45:21 +00:00
* Description
2016-09-16 16:49:29 +00:00
This layer provides syntax highlighting and syntax checking via [[http://www.flycheck.org/en/latest/languages.html#yaml][flycheck]] for YAML files.
2015-08-10 12:45:21 +00:00
* 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.
2016-09-16 16:49:29 +00:00
* 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]].