fix(html): update superhtml binary name

This commit is contained in:
CJ van den Berg 2024-07-22 14:33:27 +02:00
parent d476a9a178
commit 810f4be90e

View file

@ -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 = .{