mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Make .vto HTML
This commit is contained in:
parent
f01f0fedb4
commit
5573da0095
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue