C/C++ .i header files taken as plain text. Fixes #73089

This commit is contained in:
Martin Aeschlimann 2019-07-29 16:48:19 +02:00
parent f1cb60df1a
commit bdcada7660

View file

@ -18,7 +18,7 @@
},
{
"id": "cpp",
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".i", ".ino", ".inl", ".ipp", ".hpp.in", ".h.in" ],
"aliases": [ "C++", "Cpp", "cpp"],
"configuration": "./language-configuration.json"
}],
@ -45,4 +45,4 @@
"path": "./snippets/cpp.json"
}]
}
}
}