mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-16 01:07:06 +08:00
SugarSS support from PR 1967 (#2219)
* sugarss support + bonus naming Sass correctly * cleanup + alphabetic ordering
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
===============================================================================
|
||||
ALE SASS Integration *ale-sass-options*
|
||||
ALE Sass Integration *ale-sass-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
|
||||
31
doc/ale-sugarss.txt
Normal file
31
doc/ale-sugarss.txt
Normal file
@@ -0,0 +1,31 @@
|
||||
===============================================================================
|
||||
ALE SugarSS Integration *ale-sugarss-options*
|
||||
|
||||
|
||||
===============================================================================
|
||||
stylelint *ale-sugarss-stylelint*
|
||||
|
||||
g:ale_sugarss_stylelint_executable *g:ale_sugarss_stylelint_executable*
|
||||
*b:ale_sugarss_stylelint_executable*
|
||||
Type: |String|
|
||||
Default: `'stylelint'`
|
||||
|
||||
See |ale-integrations-local-executables|
|
||||
|
||||
g:ale_sugarss_stylelint_options *g:ale_sugarss_stylelint_options*
|
||||
*b:ale_sugarss_stylelint_options*
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be set to pass additional options to stylelint.
|
||||
|
||||
g:ale_sugarss_stylelint_use_global *g:ale_sugarss_stylelint_use_global*
|
||||
*b:ale_sugarss_stylelint_use_global*
|
||||
Type: |String|
|
||||
Default: `get(g:, 'ale_use_global_executables', 0)`
|
||||
|
||||
See |ale-integrations-local-executables|
|
||||
|
||||
|
||||
===============================================================================
|
||||
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user