helix config
This commit is contained in:
16
.helix/languages.toml
Normal file
16
.helix/languages.toml
Normal 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"
|
||||
Reference in New Issue
Block a user