- commit
- b70689196313daf74f87e5d1c2e661d776e9d987
- parent
- 5fb651f8d28c398e56aac1dcf1aad909f367aebb
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-05-08 10:26
make stylelint compatible with scss
Diffstat
| M | ftplugin/css_stylelint.vim | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/css_stylelint.vim b/ftplugin/css_stylelint.vim
@@ -1,4 +1,4 @@ 1 1 if executable('stylelint')2 -1 let b:lint_prg = 'stylelint -f unix'-1 2 let b:lint_prg = 'stylelint --syntax scss -f unix' 3 3 let b:lint_format = '%f:%l:%c: %m' 4 4 endif