mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-18 17:29:28 +03:00
* syntax/Syntax: Enable syntax highlighting for .hpp files.
This commit is contained in:
parent
b0f2d1654c
commit
3c4c1b9fc7
@ -1,3 +1,7 @@
|
|||||||
|
2007-11-02 Vladimir Nadvornik <nadvornik@suse.cz>
|
||||||
|
|
||||||
|
* Syntax: Enable syntax highlighting for .hpp files.
|
||||||
|
|
||||||
2007-08-27 Pavel Tsekov <ptsekov@gmx.net>
|
2007-08-27 Pavel Tsekov <ptsekov@gmx.net>
|
||||||
|
|
||||||
* d.syntax: Add support for highlighting D language source files.
|
* d.syntax: Add support for highlighting D language source files.
|
||||||
|
@ -76,7 +76,7 @@ include latex.syntax
|
|||||||
file ..\*\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument
|
file ..\*\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument
|
||||||
include texinfo.syntax
|
include texinfo.syntax
|
||||||
|
|
||||||
file ..\*\\.([chC]|CC|cxx|cc|cpp|CPP|CXX|hxx|h\.in)$ C/C\+\+\sProgram
|
file ..\*\\.([chC]|CC|cxx|cc|cpp|CPP|CXX|hxx|hpp|HPP|h\.in)$ C/C\+\+\sProgram
|
||||||
include c.syntax
|
include c.syntax
|
||||||
|
|
||||||
file ..\*\\.d$ D\sProgram
|
file ..\*\\.d$ D\sProgram
|
||||||
|
Loading…
Reference in New Issue
Block a user