Add ".ino" to cpp file suffices

This commit is contained in:
Martin Aeschlimann 2016-01-28 20:19:41 +01:00
parent ff53825218
commit 41fef3b9f0

View file

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