diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-10 19:42:45 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-10 19:42:45 +0100 |
commit | 9d24cc40471441fef4c5dd2467f22eea072d2c2d (patch) | |
tree | aacb26b26e163a953a15a0b1e596dd06de1f2202 /doc/ale-scss.txt | |
parent | c4ad92e458f51ce849baed3b628fbd2f43303ace (diff) | |
download | ale-9d24cc40471441fef4c5dd2467f22eea072d2c2d.zip |
Fix numerous issues with integration documentation tags and the table of contents, and add a script to check for theses issues
Diffstat (limited to 'doc/ale-scss.txt')
-rw-r--r-- | doc/ale-scss.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/ale-scss.txt b/doc/ale-scss.txt index e0b0a11d..19695a76 100644 --- a/doc/ale-scss.txt +++ b/doc/ale-scss.txt @@ -3,6 +3,12 @@ ALE SCSS Integration *ale-scss-options* =============================================================================== +prettier *ale-scss-prettier* + +See |ale-javascript-prettier| for information about the available options. + + +=============================================================================== stylelint *ale-scss-stylelint* g:ale_scss_stylelint_executable *g:ale_scss_stylelint_executable* @@ -22,10 +28,4 @@ g:ale_scss_stylelint_use_global *g:ale_scss_stylelint_use_global* =============================================================================== -prettier *ale-scss-prettier* - -See |ale-javascript-prettier| for information about the available options. - - -=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |