davidlday / vscode-languagetool-linter

A from scratch redesign of LanguageTool integration for VS Code.
https://marketplace.visualstudio.com/items?itemName=davidlday.languagetool-linter
Apache License 2.0
143 stars 12 forks source link

AsciiDoc support #95

Open pomdtr opened 4 years ago

pomdtr commented 4 years ago

Asciidoctor is a popular alternative to markdown, with many additional feature for code documentation. Currently, it is impossible to use this extension to lint asciidoc files.

neoscaler commented 4 years ago

Also installed the extension for working with my AsciiDoc files and would appreciate support for it.

dflock commented 3 years ago

You can use this for AsciiDoc, since #22, if you tell add asciidoc to the list of LanguageIDs:

image