Skip to content

Commit

Permalink
feat: Add markdown-oxide language server (helix-editor#9758)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 authored and Schuyler Mortimer committed Jul 10, 2024
1 parent c54f0d3 commit 4e51f22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
| lua |||| `lua-language-server` |
| make || || |
| markdoc || | | `markdoc-ls` |
| markdown || | | `marksman` |
| markdown || | | `marksman`, `markdown-oxide` |
| markdown.inline || | | |
| matlab |||| |
| mermaid || | | |
Expand Down
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ kotlin-language-server = { command = "kotlin-language-server" }
lean = { command = "lean", args = [ "--server" ] }
ltex-ls = { command = "ltex-ls" }
markdoc-ls = { command = "markdoc-ls", args = ["--stdio"] }
markdown-oxide = { command = "markdown-oxide" }
marksman = { command = "marksman", args = ["server"] }
metals = { command = "metals", config = { "isHttpEnabled" = true } }
mint = { command = "mint", args = ["ls"] }
Expand Down Expand Up @@ -1440,7 +1441,7 @@ scope = "source.md"
injection-regex = "md|markdown"
file-types = ["md", "markdown", "mkd", "mdwn", "mdown", "markdn", "mdtxt", "mdtext", "workbook", { glob = "PULLREQ_EDITMSG" }]
roots = [".marksman.toml"]
language-servers = [ "marksman" ]
language-servers = [ "marksman", "markdown-oxide" ]
indent = { tab-width = 2, unit = " " }
block-comment-tokens = { start = "<!--", end = "-->" }

Expand Down

0 comments on commit 4e51f22

Please sign in to comment.