mirror of
https://github.com/RGBCube/ncc
synced 2025-07-31 20:17:45 +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;
|
auto-format = true;
|
||||||
formatter = prettier name;
|
formatter = prettier name;
|
||||||
}) [ "css" "html" "scss" "yaml" ];
|
}) [ "css" "scss" "yaml" ];
|
||||||
in denoFormatterLanguages ++ prettierLanguages ++ [
|
in denoFormatterLanguages ++ prettierLanguages ++ [
|
||||||
{
|
{
|
||||||
name = "nix";
|
name = "nix";
|
||||||
|
@ -65,6 +65,13 @@
|
||||||
|
|
||||||
grammar = "python";
|
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";
|
name = "javascript";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue