SugarSS support from PR 1967 (#2219)

* sugarss support + bonus naming Sass correctly
* cleanup + alphabetic ordering
This commit is contained in:
Niclas Åhdén
2019-01-27 12:42:11 +01:00
committed by w0rp
parent f03370e183
commit e46c17e8ef
7 changed files with 92 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ let s:default_registry = {
\ },
\ 'stylelint': {
\ 'function': 'ale#fixers#stylelint#Fix',
\ 'suggested_filetypes': ['css', 'sass', 'scss', 'stylus'],
\ 'suggested_filetypes': ['css', 'sass', 'scss', 'sugarss', 'stylus'],
\ 'description': 'Fix stylesheet files using stylelint --fix.',
\ },
\ 'swiftformat': {