aboutsummaryrefslogtreecommitdiff
path: root/.helix/languages.toml
blob: 8bfcae96865a5bb3d665d82de5727e12464c4b37 (plain)
1
2
3
4
5
6
[language-server.astro.config]
typescript = { tsdk = "node_modules/typescript/lib" }

[[language]]
name = "astro"
indent = { tab-width = 4, unit = "  " }