Recognize Cuda files as C++ (#16098)

Signed-off-by: Athish Pranav D <athishanna@gmail.com>
This commit is contained in:
Athish Pranav D
2024-08-13 14:44:48 -04:00
committed by GitHub
parent ac30ed0754
commit d4761a3296
+1 -1
View File
@@ -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 = [