Add file extensions for C++20 module interface units (#214800)

Add file extensions: C++20 module interface units
This commit is contained in:
powersagitar 2024-06-11 06:38:21 -04:00 committed by GitHub
parent a5d165b6cf
commit fc8e4df4cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,9 +30,13 @@
"id": "cpp", "id": "cpp",
"extensions": [ "extensions": [
".cpp", ".cpp",
".cppm",
".cc", ".cc",
".ccm",
".cxx", ".cxx",
".cxxm",
".c++", ".c++",
".c++m",
".hpp", ".hpp",
".hh", ".hh",
".hxx", ".hxx",