cxx/.helix/languages.toml
2025-04-28 15:47:39 +08:00

28 lines
279 B
TOML

[[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" },
]