diff options
author | Jun Yang <harttle@harttle.com> | 2019-03-26 23:39:45 +0800 |
---|---|---|
committer | harttle <yangjvn@126.com> | 2019-04-11 16:24:59 +0800 |
commit | d4841cedf22290a9746d220cd6682fac52262523 (patch) | |
tree | fa90efa035894c1aaf9dc9695e19688d7b545192 /doc | |
parent | c820089c4434b621e8b30fbe73bbf9d01ee44f6f (diff) | |
download | ale-d4841cedf22290a9746d220cd6682fac52262523.zip |
style: fecs related doc and vim scripts
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-css.txt | 8 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/ale-css.txt b/doc/ale-css.txt index a1e0ac5c..ff74b263 100644 --- a/doc/ale-css.txt +++ b/doc/ale-css.txt @@ -3,11 +3,11 @@ ALE CSS Integration *ale-css-options* =============================================================================== -fecs *ale-css-fecs* +fecs *ale-css-fecs* -`fecs` options for CSS is the same as the options for JavaScript, -and both of them reads `./.fecsrc` as the default configuration file. -See: |ale-javascript-fecs|. +`fecs` options for CSS is the same as the options for JavaScript, and both of +them reads `./.fecsrc` as the default configuration file. See: +|ale-javascript-fecs|. =============================================================================== diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 59115b81..b870505f 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -89,6 +89,7 @@ Notes: * `crystal`!! * CSS * `csslint` + * `fecs` * `prettier` * `stylelint` * Cucumber |