From 7e6c2e3109f47422c9c80a370b37c99d8722e0e8 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Tue, 24 Mar 2026 15:54:57 +0100 Subject: [PATCH] language/markdown: markdown.mdx -> mdx --- modules/plugins/languages/markdown.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/markdown.nix b/modules/plugins/languages/markdown.nix index c8a4c222..33078e6d 100644 --- a/modules/plugins/languages/markdown.nix +++ b/modules/plugins/languages/markdown.nix @@ -21,7 +21,7 @@ marksman = { enable = true; cmd = [(getExe pkgs.marksman) "server"]; - filetypes = ["markdown" "markdown.mdx"]; + filetypes = ["markdown" "mdx"]; root_markers = [".marksman.toml" ".git"]; };