neo-ltex / vscode-ltex

LTeX: Grammar/spell checker :mag::heavy_check_mark: for VS Code using LanguageTool with support for LaTeX :mortar_board:, Markdown :pencil:, and others
https://valentjn.github.io/ltex
Mozilla Public License 2.0
16 stars 1 forks source link

Support AsciiDoc #45

Open Kasi07 opened 5 months ago

Kasi07 commented 5 months ago

I saw in #23 that no new languages will be added till the upgrade to ltex-ls version 16.0.0 but I want to put this out here for after that has happened.

Is your feature request related to a problem? Please describe. I am writing documentation using AsciiDoc and use Ltex for grammar. Though using it despite not being supported poses false positives.

Describe the solution you'd like I would like AsciiDoc to be a supported markup language.

Describe alternatives you've considered At the moment I manually run the command LTeX: Activate Extension but this presents false positives.

Additional context There is an issue in the old repo (valentjn/vscode-ltex#847). As I understand from this comment a java parser is necessary. There are official Java bindings for Asciidoctor called AsciidoctorJ. Maybe these could make this possible?