diff --git a/crates/languages/src/cpp/config.toml b/crates/languages/src/cpp/config.toml index b8e63fc469..f9e7a26818 100644 --- a/crates/languages/src/cpp/config.toml +++ b/crates/languages/src/cpp/config.toml @@ -1,6 +1,6 @@ name = "C++" grammar = "cpp" -path_suffixes = ["cc", "hh", "cpp", "h", "hpp", "cxx", "hxx", "c++", "ipp", "inl"] +path_suffixes = ["cc", "hh", "cpp", "h", "hpp", "cxx", "hxx", "c++", "ipp", "inl", "cu", "cuh"] line_comments = ["// "] autoclose_before = ";:.,=}])>" brackets = [