fix(shtml): use correct parser name for superhtml
This commit is contained in:
parent
e638368116
commit
ee51f48007
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ pub const html = .{
|
|||
.formatter = .{ "superhtml", "fmt", "--stdin" },
|
||||
};
|
||||
|
||||
pub const shtml = .{
|
||||
pub const superhtml = .{
|
||||
.color = 0xe54d26,
|
||||
.icon = "",
|
||||
.extensions = .{"shtml"},
|
||||
|
|
Loading…
Add table
Reference in a new issue