feat: add support for super-html html lsp and formatter

This commit is contained in:
CJ van den Berg 2024-07-06 00:21:51 +02:00
parent dee15cdb10
commit 7db0a869b0

View file

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