diff options
author | Horacio Sanson <hsanson@gmail.com> | 2020-09-07 15:37:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 15:37:04 +0900 |
commit | 8950f6b812a20adbf839308ed587f4e228906ff8 (patch) | |
tree | cf16a9806fd03ea3ce51f1b9d2dcdd9331c22e26 /ale_linters | |
parent | c36053d4cc28fbc5fc0ee70ccb2c9a1b349eaaa3 (diff) | |
parent | 0b55098bd0ad1428581cb5ae3d0634d40167feba (diff) | |
download | ale-8950f6b812a20adbf839308ed587f4e228906ff8.zip |
Merge pull request #3334 from remi6397/bugfix/asciidoc-languagetool-typo
Fix asciidoc languagetool integration
Diffstat (limited to 'ale_linters')
-rw-r--r-- | ale_linters/asciidoc/languagetool.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/asciidoc/languagetool.vim b/ale_linters/asciidoc/languagetool.vim index f16df6c0..8e8de7f3 100644 --- a/ale_linters/asciidoc/languagetool.vim +++ b/ale_linters/asciidoc/languagetool.vim @@ -2,4 +2,4 @@ " Description: languagetool for asciidoc files, copied from markdown. -call ale#handlers#languagetool#DefineLinter('asciidoctor') +call ale#handlers#languagetool#DefineLinter('asciidoc') |