diff options
author | Horacio Sanson <horacio@allm.net> | 2018-11-07 17:33:14 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.net> | 2018-12-01 15:05:18 +0900 |
commit | 9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b (patch) | |
tree | caf7a8965dfcc5d6fd4483959e170d64863aaaab /doc/ale.txt | |
parent | 1d4f98553852499e0f8ebd951db6ada2b1d973e3 (diff) | |
download | ale-9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b.zip |
Add bibclen fixer support
Closes #1910
Diffstat (limited to 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 1a37f73f..48d7bc13 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -31,6 +31,8 @@ CONTENTS *ale-contents* gcc.................................|ale-asm-gcc| awk...................................|ale-awk-options| gawk................................|ale-awk-gawk| + bib...................................|ale-bib-options| + bibclean............................|ale-bib-bibclean| c.....................................|ale-c-options| clang...............................|ale-c-clang| clangd..............................|ale-c-clangd| @@ -403,6 +405,7 @@ Notes: * AsciiDoc: `alex`!!, `proselint`, `redpen`, `write-good`, `vale` * Awk: `gawk` * Bash: `language-server`, `shell` (-n flag), `shellcheck`, `shfmt` +* BibTeX: `bibclean` * Bourne Shell: `shell` (-n flag), `shellcheck`, `shfmt` * C: `cppcheck`, `cpplint`!!, `clang`, `clangd`, `clangtidy`!!, `clang-format`, `cquery`, `flawfinder`, `gcc`, `uncrustify`, `ccls` * C++ (filetype cpp): `clang`, `clangd`, `clangcheck`!!, `clangtidy`!!, `clang-format`, `clazy`!!, `cppcheck`, `cpplint`!!, `cquery`, `flawfinder`, `gcc`, `uncrustify`, `ccls` |