feat: add support for super-html html lsp and formatter
This commit is contained in:
parent
dee15cdb10
commit
7db0a869b0
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ pub const html = .{
|
||||||
.extensions = .{"html"},
|
.extensions = .{"html"},
|
||||||
.comment = "<!--",
|
.comment = "<!--",
|
||||||
.injections = "tree-sitter-html/queries/injections.scm",
|
.injections = "tree-sitter-html/queries/injections.scm",
|
||||||
|
.language_server = .{ "super", "lsp" }, // https://github.com/kristoff-it/super-html.git
|
||||||
|
.formatter = .{ "super", "fmt", "--stdin" },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const java = .{
|
pub const java = .{
|
||||||
|
|
Loading…
Add table
Reference in a new issue