From 261d89ebed13691e72312f44339063fee93130ac Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:32:17 +0000 Subject: Astro initial commit --- .helix/languages.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .helix/languages.toml (limited to '.helix/languages.toml') diff --git a/.helix/languages.toml b/.helix/languages.toml new file mode 100644 index 0000000..8bfcae9 --- /dev/null +++ b/.helix/languages.toml @@ -0,0 +1,6 @@ +[language-server.astro.config] +typescript = { tsdk = "node_modules/typescript/lib" } + +[[language]] +name = "astro" +indent = { tab-width = 4, unit = " " } -- cgit v1.2.3