1
0

helix config

This commit is contained in:
dtb
2023-12-29 23:21:41 -07:00
parent c0e548d323
commit 9ad5fc75b2
7 changed files with 16 additions and 87 deletions

16
.helix/languages.toml Normal file
View File

@@ -0,0 +1,16 @@
[[language]]
file-types = ["c"]
indent.unit = "\t"
indent.tab-width = 8
language-id = "C"
name = "C"
roots = ["Makefile"]
scope = "source.c"
[[language]]
file-types = ["homepage"]
indent.unit = "\t"
indent.tab-width = 8
name = "homepage"
roots = ["Makefile"]
scope = "homepage"