Skip to content

Conversation

@raviqqe
Copy link

@raviqqe raviqqe commented Nov 17, 2025

This PR adds support for the rumdl language server for Markdown files.

As its MDX support is questionable, the configuration is applied to only pure Markdown files.

@raviqqe raviqqe marked this pull request as ready for review November 17, 2025 01:30
@barbedo
Copy link

barbedo commented Dec 5, 2025

I'm getting duplicated diagnostics when using this configuration. It seems that rumdl supports both publishDiagnostics and diagnostics.

I don't know if there is a way to tell rumdl to avoid pushing diagnostics, but I silenced it by stubbing the publishDiagnostics handler:

handlers = {
  ["textDocument/publishDiagnostics"] = function() end,
},

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants