1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 11:37:44 +00:00

Make .vto HTML

This commit is contained in:
RGBCube 2024-01-21 12:17:18 +03:00
parent f01f0fedb4
commit 5573da0095
No known key found for this signature in database

View file

@ -44,7 +44,7 @@
auto-format = true;
formatter = prettier name;
}) [ "css" "html" "scss" "yaml" ];
}) [ "css" "scss" "yaml" ];
in denoFormatterLanguages ++ prettierLanguages ++ [
{
name = "nix";
@ -65,6 +65,13 @@
grammar = "python";
}
{
name = "html";
# Added vto.
file-types = [ "asp" "aspx" "htm" "html" "jshtm" "jsp" "rhtml" "shtml" "volt" "vto" "xht" "xhtml" ];
auto-format = true;
formatter = prettier "html";
}
{
name = "javascript";
auto-format = true;