diff --git a/c.c b/c.c index 105bfa8..52d7a6e 100644 --- a/c.c +++ b/c.c @@ -3077,7 +3077,7 @@ extern parserDefinition* CParser (void) extern parserDefinition* CppParser (void) { static const char *const extensions [] = { - "c++", "cc", "cp", "cpp", "cxx", "h", "h++", "hh", "hp", "hpp", "hxx", + "c++", "cc", "cp", "cpp", "cxx", "h", "h++", "hh", "hp", "hpp", "hxx","ino", #ifndef CASE_INSENSITIVE_FILENAMES "C", "H", #endif