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-14 00:14:48 +05:30 committed by GitHub
parent ac30ed0754
commit d4761a3296
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 = [