use divided module

This commit is contained in:
ulic-youthlic 2025-04-28 13:58:27 +08:00
parent 0017c36e2f
commit aba9ddc048
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 138 additions and 74 deletions

28
.helix/languages.toml Normal file
View file

@ -0,0 +1,28 @@
[[language]]
name = "cpp"
file-types = [
"cc",
"hh",
"c++",
"cpp",
"hpp",
"h",
"ipp",
"tpp",
"cxx",
"hxx",
"ixx",
"txx",
"ino",
"C",
"H",
"cu",
"cuh",
"cppm",
"cxxm",
"h++",
"ii",
"inl",
{ glob = ".hpp.in" },
{ glob = ".h.in" },
]