diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-10-21 11:31:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 11:31:15 +0100 |
commit | 3878be99771d81571789f5595bf082c63ed61755 (patch) | |
tree | 25c89c902fd399ade62a9fc6274bdb7e550ff0f2 /doc | |
parent | 346c91fb6bd455cf0c4dfbf1abe016d6032d59f5 (diff) | |
parent | b43ed6baf59c4fc9bf0de89db78870343ceec2ec (diff) | |
download | ale-3878be99771d81571789f5595bf082c63ed61755.zip |
Merge pull request #1018 from zkourouma/master
Pretter fixer support for Less filetype
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-less.txt | 12 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/ale-less.txt b/doc/ale-less.txt new file mode 100644 index 00000000..a6b5998e --- /dev/null +++ b/doc/ale-less.txt @@ -0,0 +1,12 @@ +=============================================================================== +ALE Less Integration *ale-less-options* + + +=============================================================================== +prettier *ale-less-prettier* + +See |ale-javascript-prettier| for information about the available options. + + +=============================================================================== + diff --git a/doc/ale.txt b/doc/ale.txt index d393c4d9..fb0b5a76 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -95,6 +95,8 @@ CONTENTS *ale-contents* kotlin................................|ale-kotlin-options| kotlinc.............................|ale-kotlin-kotlinc| ktlint..............................|ale-kotlin-ktlint| + less..................................|ale-less-options| + prettier............................|ale-less-prettier| llvm..................................|ale-llvm-options| llc.................................|ale-llvm-llc| lua...................................|ale-lua-options| |