mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
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
|
file ..\*\\.c$ C\sProgram
|
||||||
include c.syntax
|
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
|
include cxx.syntax
|
||||||
|
|
||||||
file ..\*\\.d$ D\sProgram
|
file ..\*\\.d$ D\sProgram
|
||||||
|
Loading…
Reference in New Issue
Block a user