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"},
|
||||
.comment = "<!--",
|
||||
.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 = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue