diff options
Diffstat (limited to '.helix')
| -rw-r--r-- | .helix/languages.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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 = " " } |
