Use C++ for '.ipp' file extension

This commit is contained in:
Aleksi Juvani 2018-02-18 20:29:35 +02:00
parent ad06c9c609
commit c3372a3b5c

View file

@ -15,7 +15,7 @@
},
{
"id": "cpp",
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl" ],
"extensions": [ ".cpp", ".cc", ".cxx", ".hpp", ".hh", ".hxx", ".h", ".ino", ".inl", ".ipp" ],
"aliases": [ "C++", "Cpp", "cpp"],
"configuration": "./language-configuration.json"
}],