my "config.toml":
theme = "monokai"
my "languages.toml"
[[language]]
name = "c"
scope = "source.c"
injection-regex = "c"
file-types = ["c","h"]
comment-token = "//"
language-servers = [ "clangd" ]
indent = { tab-width = 4, unit = " " }
auto-format = true
formatter = { command = "clang-format" }