mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 10:19:02 +00:00
Add file extensions for C++20 module interface units (#214800)
Add file extensions: C++20 module interface units
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user