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

29 lines
987 B
Org Mode
Raw Normal View History

#+TITLE: YAML layer
2015-08-10 12:45:21 +00:00
#+TAGS: dsl|layer|markup|programming
2019-05-05 17:26:40 +00:00
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#install][Install]]
- [[#syntax-checking-with-flycheck][Syntax checking with flycheck]]
2015-08-10 12:45:21 +00:00
* Description
This layer provides support for the YAML file format.
** Features:
- Syntax highlighting
- Syntax checking via [[http://www.flycheck.org/en/latest/languages.html#yaml][flycheck]]
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]].
Please notice that yaml-jsyaml requires node-js package js-yaml and that yaml-ruby requires ruby installed
on your system to work.