Add mdx lsp support

This commit is contained in:
2026-04-27 11:57:14 -07:00
parent 051ea08678
commit 5a3a28badc
6 changed files with 115 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
return {
cmd = { "lemminx" },
filetypes = { "xml", "xsd", "xsl", "xslt", "svg" },
root_markers = { "sfdx-project.json", ".git" },
}