|
|
@ -54,6 +54,7 @@ markdoc-ls = { command = "markdoc-ls", args = ["--stdio"] }
|
|
|
|
markdown-oxide = { command = "markdown-oxide" }
|
|
|
|
markdown-oxide = { command = "markdown-oxide" }
|
|
|
|
marksman = { command = "marksman", args = ["server"] }
|
|
|
|
marksman = { command = "marksman", args = ["server"] }
|
|
|
|
metals = { command = "metals", config = { "isHttpEnabled" = true, metals = { inlayHints = { typeParameters = {enable = true} , hintsInPatternMatch = {enable = true} } } } }
|
|
|
|
metals = { command = "metals", config = { "isHttpEnabled" = true, metals = { inlayHints = { typeParameters = {enable = true} , hintsInPatternMatch = {enable = true} } } } }
|
|
|
|
|
|
|
|
mesonlsp = { command = "mesonlsp", args = ["--lsp"] }
|
|
|
|
mint = { command = "mint", args = ["ls"] }
|
|
|
|
mint = { command = "mint", args = ["ls"] }
|
|
|
|
mojo-lsp = { command = "mojo-lsp-server" }
|
|
|
|
mojo-lsp = { command = "mojo-lsp-server" }
|
|
|
|
nil = { command = "nil" }
|
|
|
|
nil = { command = "nil" }
|
|
|
@ -2143,6 +2144,7 @@ injection-regex = "meson"
|
|
|
|
file-types = [{ glob = "meson.build" }, { glob = "meson.options" }, { glob = "meson_options.txt" }]
|
|
|
|
file-types = [{ glob = "meson.build" }, { glob = "meson.options" }, { glob = "meson_options.txt" }]
|
|
|
|
comment-token = "#"
|
|
|
|
comment-token = "#"
|
|
|
|
indent = { tab-width = 2, unit = " " }
|
|
|
|
indent = { tab-width = 2, unit = " " }
|
|
|
|
|
|
|
|
language-servers = ["mesonlsp"]
|
|
|
|
|
|
|
|
|
|
|
|
[[grammar]]
|
|
|
|
[[grammar]]
|
|
|
|
name = "meson"
|
|
|
|
name = "meson"
|
|
|
|