From 011c187f1aeb7620c8e16350210795b3f53a0dd8 Mon Sep 17 00:00:00 2001 From: maciek Date: Tue, 22 Jan 2008 18:08:04 +0100 Subject: [PATCH] .h++ and .hxx extensions for C++ are now supported --- lib/ohcount/detector.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ohcount/detector.rb b/lib/ohcount/detector.rb index a5314c9..6e7cd74 100644 --- a/lib/ohcount/detector.rb +++ b/lib/ohcount/detector.rb @@ -118,6 +118,8 @@ class Ohcount::Detector '.groovy'=> "groovy", '.h' => :disambiguate_h_header, '.hpp' => "cncpp", + '.h++' => "cncpp", + '.hxx' => "cncpp", '.hh' => "cncpp", '.hrl' => "erlang", '.htm' => "html", -- 2.32.0.93.g670b81a890