From b3f15f72cb9e9340f7332da53acec2bf9ce9fa39 Mon Sep 17 00:00:00 2001 From: Robin Luckey Date: Thu, 10 Apr 2008 11:42:07 -0700 Subject: [PATCH] [NEW] *.nse is a Lua extension --- lib/ohcount/detector.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ohcount/detector.rb b/lib/ohcount/detector.rb index 08ae77a..5d4e99d 100644 --- a/lib/ohcount/detector.rb +++ b/lib/ohcount/detector.rb @@ -156,6 +156,7 @@ class Ohcount::Detector '.mf' => 'metafont', '.mm' => "objective_c", '.mp' => 'metapost_with_tex', + '.nse' => 'lua', '.pas' => "pascal", '.pp' => "pascal", '.php' => "php", -- 2.32.0.93.g670b81a890