use divided module
This commit is contained in:
parent
0017c36e2f
commit
aba9ddc048
7 changed files with 138 additions and 74 deletions
28
.helix/languages.toml
Normal file
28
.helix/languages.toml
Normal 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" },
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue