Add file extensions for C++20 module interface units (#214800)
Add file extensions: C++20 module interface unitspull/214866/head
parent
a5d165b6cf
commit
fc8e4df4cd
|
@ -30,9 +30,13 @@
|
|||
"id": "cpp",
|
||||
"extensions": [
|
||||
".cpp",
|
||||
".cppm",
|
||||
".cc",
|
||||
".ccm",
|
||||
".cxx",
|
||||
".cxxm",
|
||||
".c++",
|
||||
".c++m",
|
||||
".hpp",
|
||||
".hh",
|
||||
".hxx",
|
||||
|
|
Loading…
Reference in New Issue