fix(html): update superhtml binary name
This commit is contained in:
parent
d476a9a178
commit
810f4be90e
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +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" },
|
||||
.language_server = .{ "superhtml", "lsp" }, // https://github.com/kristoff-it/super-html.git
|
||||
.formatter = .{ "superhtml", "fmt", "--stdin" },
|
||||
};
|
||||
|
||||
pub const java = .{
|
||||
|
|
Loading…
Add table
Reference in a new issue