mirror of https://github.com/MidnightCommander/mc
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:
parent
72a3b33f80
commit
a04bf73ab9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue