From a04bf73ab9a51d6267ba6041a2677114cf0eda00 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 26 Nov 2009 12:13:05 +0200 Subject: [PATCH] Syntax: added '.hh' and '.hpp' file extensions as C++ sources '.hh' are used in projects, such as blackbox '.hpp' are quite popular everywhere Signed-off-by: Sergei Trofimovich --- syntax/Syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/Syntax b/syntax/Syntax index 0ae014caf..e8041e5d7 100644 --- a/syntax/Syntax +++ b/syntax/Syntax @@ -85,7 +85,7 @@ include texinfo.syntax file ..\*\\.c$ C\sProgram include c.syntax -file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|h\.in)$ C/C\+\+\sProgram +file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|hh|hpp|h\.in)$ C/C\+\+\sProgram include cxx.syntax file ..\*\\.d$ D\sProgram