From e53f22a4c0491eac0c1cc8f27a2c1b7c8b57b052 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Tue, 26 Jan 2010 16:39:30 +0000 Subject: [PATCH] Syntax highlighting: added .HPP extension to the list of C/C++ sources. Signed-off-by: Andrew Borodin --- misc/syntax/Syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/syntax/Syntax b/misc/syntax/Syntax index 48b57dc9..1187c029 100644 --- a/misc/syntax/Syntax +++ b/misc/syntax/Syntax @@ -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 -- 2.11.4.GIT