Skip to content

Implement Asciidoc Diagnostics in LSP #54

Description

@vogella

Implement real-time error reporting for Asciidoc files in the language server.

Details:
The server should parse the document and report issues via the notification.

Key validations to implement:

  • Broken Links: Verify that files referenced in include::[] and image::[] directives actually exist.
  • Undefined Attributes: Detect usage of document attributes (e.g., {attribute-name}) that have not been defined.
  • Syntax Errors: Report malformed structures like tables or lists.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions