Merge pull request #3229 from hsanson/3220-enable-languagetool-for-asciidoc

Enable languagetool for asciidoctor files.
This commit is contained in:
w0rp
2020-08-18 23:22:01 +01:00
committed by GitHub
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
" Author: Horacio Sanson (hsanson [ät] gmail.com)
" Description: languagetool for asciidoc files, copied from markdown.
call ale#handlers#languagetool#DefineLinter('asciidoctor')