This commit is contained in:
zoe 2023-05-04 14:55:57 +02:00
parent 37b109d59d
commit 1c2ef54045
1 changed files with 5 additions and 1 deletions

View File

@ -53,11 +53,15 @@
}
{
name = "svelte";
formatter = {
command = "prettier";
args = [ "--parser" "scss" "--plugin-search-dir=." "./**/*.html" ];
};
}
{
name = "typst";
scope = "text.typ";
roots = ["main.typ"];
roots = [ "main.typ" ];
file-types = [ "typ" ];
language-server = { command = "typst-lsp"; };
}