Skip to content

Commit fc8e4df

Browse files
authored
Add file extensions for C++20 module interface units (microsoft#214800)
Add file extensions: C++20 module interface units
1 parent a5d165b commit fc8e4df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/cpp/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
"id": "cpp",
3131
"extensions": [
3232
".cpp",
33+
".cppm",
3334
".cc",
35+
".ccm",
3436
".cxx",
37+
".cxxm",
3538
".c++",
39+
".c++m",
3640
".hpp",
3741
".hh",
3842
".hxx",

0 commit comments

Comments
 (0)