feat(lsp): support toml
This commit is contained in:
parent
84a45810a6
commit
7f07f544c9
1 changed files with 4 additions and 1 deletions
|
|
@ -216,7 +216,10 @@ pub const verilog = .{
|
||||||
.formatter = .{ "verible-verilog-format", "-" },
|
.formatter = .{ "verible-verilog-format", "-" },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const toml = .{};
|
pub const toml = .{
|
||||||
|
.language_server = .{ "tombi", "lsp" },
|
||||||
|
.formatter = .{ "tombi", "format" },
|
||||||
|
};
|
||||||
|
|
||||||
pub const typescript = .{
|
pub const typescript = .{
|
||||||
.language_server = .{ "typescript-language-server", "--stdio" },
|
.language_server = .{ "typescript-language-server", "--stdio" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue