From e023e7a2fe698cb36921c8e47f48e6a072c1b0a6 Mon Sep 17 00:00:00 2001 From: Zack Kourouma Date: Fri, 20 Oct 2017 18:29:57 -0700 Subject: add prettier fixer support for 'less' filetype --- doc/ale.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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| -- cgit v1.2.3 From b43ed6baf59c4fc9bf0de89db78870343ceec2ec Mon Sep 17 00:00:00 2001 From: Zack Kourouma Date: Fri, 20 Oct 2017 18:30:34 -0700 Subject: add doc file for less --- doc/ale-less.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/ale-less.txt (limited to 'doc') 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. + + +=============================================================================== + -- cgit v1.2.3