fix(shtml): use correct parser name for superhtml

This commit is contained in:
CJ van den Berg 2024-07-22 17:39:23 +02:00
parent e638368116
commit ee51f48007

View file

@ -122,7 +122,7 @@ pub const html = .{
.formatter = .{ "superhtml", "fmt", "--stdin" },
};
pub const shtml = .{
pub const superhtml = .{
.color = 0xe54d26,
.icon = "󰌝",
.extensions = .{"shtml"},