Skip to content

Commit 14a8d46

Browse files
authored
languages: Add rumdl for markdown (#14721)
1 parent 09ede85 commit 14a8d46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

book/src/generated/lang-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
| mail ||| | | | |
165165
| make || || | | |
166166
| markdoc || | | | | `markdoc-ls` |
167-
| markdown || | || | `marksman`, `markdown-oxide` |
167+
| markdown || | || | `marksman`, `markdown-oxide`, `rumdl` |
168168
| markdown-rustdoc || | | | | |
169169
| markdown.inline || | | | | |
170170
| matlab |||| | | |

languages.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ rescript-language-server = { command = "rescript-language-server", args = ["--st
115115
robotframework_ls = { command = "robotframework_ls" }
116116
ruff = { command = "ruff", args = ["server"] }
117117
ruby-lsp = { command = "ruby-lsp" }
118+
rumdl = { command = "rumdl", args = ["server"] }
118119
serve-d = { command = "serve-d" }
119120
slangd = { command = "slangd" }
120121
slint-lsp = { command = "slint-lsp", args = [] }
@@ -1884,7 +1885,7 @@ scope = "source.md"
18841885
injection-regex = "md|markdown"
18851886
file-types = ["md", "livemd", "markdown", "mdx", "mkd", "mkdn", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" }]
18861887
roots = [".marksman.toml"]
1887-
language-servers = [ "marksman", "markdown-oxide" ]
1888+
language-servers = [ "marksman", "markdown-oxide", "rumdl" ]
18881889
indent = { tab-width = 2, unit = " " }
18891890
block-comment-tokens = { start = "<!--", end = "-->" }
18901891
word-completion.trigger-length = 4

0 commit comments

Comments
 (0)