mirror of https://github.com/MidnightCommander/mc
Syntax highlighting: added .HPP extension to the list of C/C++ sources.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
353dac2214
commit
e53f22a4c0
|
@ -85,7 +85,7 @@ include texinfo.syntax
|
|||
file ..\*\\.c$ C\sProgram
|
||||
include c.syntax
|
||||
|
||||
file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|hh|hpp|h\.in)$ C/C\+\+\sProgram
|
||||
file ..\*\\.([hC]|CC|cxx|cc|cpp|CPP|CXX|hxx|hh|hpp|HPP|h\.in)$ C/C\+\+\sProgram
|
||||
include cxx.syntax
|
||||
|
||||
file ..\*\\.d$ D\sProgram
|
||||
|
|
Loading…
Reference in New Issue