1
0
src/.helix/languages.toml
2023-12-29 23:21:41 -07:00

17 lines
279 B
TOML

[[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"