Merge pull request #5950 from otgerrogla/master

Added .inl file extension to C++ language
This commit is contained in:
Martin Aeschlimann 2016-05-10 22:02:18 +02:00
commit eda6b318dc

View file

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