From 59623a864f021f3500fb58bd536d308ad75616fb Mon Sep 17 00:00:00 2001 From: Marc Chantreux Date: Wed, 4 Mar 2020 09:48:21 +0100 Subject: [PATCH] add .ino in the c langage extensions --- c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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