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 <st@anti-virus.by>
This commit is contained in:
Sergei Trofimovich 2009-11-26 12:13:05 +02:00
parent 72a3b33f80
commit a04bf73ab9
1 changed files with 1 additions and 1 deletions

View File

@ -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