summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorNiclas Åhdén <niclas@instateam.io>2019-01-27 12:42:11 +0100
committerw0rp <w0rp@users.noreply.github.com>2019-01-27 11:42:11 +0000
commite46c17e8ef85c3108f93bd3f19d6f1775b2fbf63 (patch)
tree03e1c9680783c191c1d15e3be64b7e79b33e8bb5 /doc/ale.txt
parentf03370e1833cb200c43368eb22d930f3d76d56fc (diff)
downloadale-e46c17e8ef85c3108f93bd3f19d6f1775b2fbf63.zip
SugarSS support from PR 1967 (#2219)
* sugarss support + bonus naming Sass correctly * cleanup + alphabetic ordering
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 860280e2..9b91d3a0 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -324,6 +324,8 @@ CONTENTS *ale-contents*
sqlfmt..............................|ale-sql-sqlfmt|
stylus................................|ale-stylus-options|
stylelint...........................|ale-stylus-stylelint|
+ sugarss...............................|ale-sugarss-options|
+ stylelint...........................|ale-sugarss-stylelint|
tcl...................................|ale-tcl-options|
nagelfar............................|ale-tcl-nagelfar|
terraform.............................|ale-terraform-options|
@@ -502,13 +504,14 @@ Notes:
* RPM spec: `rpmlint`
* Ruby: `brakeman`, `rails_best_practices`!!, `reek`, `rubocop`, `ruby`, `rufo`, `solargraph`, `standardrb`
* Rust: `cargo`!!, `rls`, `rustc` (see |ale-integration-rust|), `rustfmt`
-* SASS: `sass-lint`, `stylelint`
+* Sass: `sass-lint`, `stylelint`
* SCSS: `prettier`, `sass-lint`, `scss-lint`, `stylelint`
* Scala: `fsc`, `sbtserver`, `scalac`, `scalafmt`, `scalastyle`
* Slim: `slim-lint`
* SML: `smlnj`
* Solidity: `solhint`, `solium`
* Stylus: `stylelint`
+* SugarSS: `stylelint`
* SQL: `sqlint`, `sqlfmt`
* Swift: `swiftlint`, `swiftformat`
* Tcl: `nagelfar`!!
@@ -2785,7 +2788,7 @@ ale#linter#Define(filetype, linter) *ale#linter#Define()*
and have been checked at least once.
Temporary files in directories used for Vim
- temporary files with `tempname()` will be asssumed
+ temporary files with `tempname()` will be assumed
to be the buffer being checked, unless the `bufnr`
key is also set with a valid number for some other
buffer.