This commit is contained in:
Gregor Lohaus
2026-04-08 01:05:23 +02:00
commit 0e552ec4f5
21 changed files with 1121 additions and 0 deletions

4
.helix/languages.toml Normal file
View File

@@ -0,0 +1,4 @@
[[language]]
name="typescript"
roots = ["package.json"]
language-servers = ["typescript-language-server"]