Treat files with .hpp extension as C++.
[enscript.git] / states / hl / enscript.st
index df164f2..975b95f 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;