Add a patch from Josh Zenker to fix perl highlight
[enscript.git] / states / hl / enscript.st
index df164f2109da9ca89016590a4f3205b1bb16088d..975b95f7b3d4e5a62b214deadc627cc8dcecf3d8 100644 (file)
@@ -468,7 +468,7 @@ start
 namerules
 {
   /\.(c|h)$/                                   c;
-  /\.(c++|C|H|cpp|cc|cxx)$/                    cpp;
+  /\.(c++|C|H|cpp|cc|cxx|hpp)$/                        cpp;
   /\.m$/                                       matlab;
   /\.(mpl|mp|maple)$/                          maple;
   /\.(scm|scheme)$/                            scheme;