From b5d153b1240eb6c91024d163c8a4cc368e7eaf6f Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 6 Mar 2008 09:39:27 +0100 Subject: [PATCH] add .ltx as LaTeX extension --- lib/ohcount/detector.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ohcount/detector.rb b/lib/ohcount/detector.rb index 3051beb..efee5b1 100644 --- a/lib/ohcount/detector.rb +++ b/lib/ohcount/detector.rb @@ -180,6 +180,7 @@ class Ohcount::Detector '.d' => 'dmd', '.di' => 'dmd', '.tex' => 'tex', + '.ltx' => 'tex', '.latex'=> 'tex' } -- 2.32.0.93.g670b81a890