* syntax/Syntax: Enable syntax highlighting for .hpp files.

This commit is contained in:
Pavel Tsekov 2007-11-02 14:10:27 +00:00
parent b0f2d1654c
commit 3c4c1b9fc7
2 changed files with 5 additions and 1 deletions

View File

@ -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>
* d.syntax: Add support for highlighting D language source files.

View File

@ -76,7 +76,7 @@ include latex.syntax
file ..\*\.(texi|texinfo|TEXI|TEXINFO)$ Texinfo\sDocument
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
file ..\*\\.d$ D\sProgram