[Lxr-commits] CVS: lxr/lib/LXR/Lang Generic.pm,1.18,1.19
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2006-04-04 22:23:58
|
Update of /cvsroot/lxr/lxr/lib/LXR/Lang In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19073/lxr/lib/LXR/Lang Modified Files: Generic.pm Log Message: ectags update for new language types (JBG) Index: Generic.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Lang/Generic.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Generic.pm 10 Aug 2004 16:13:02 -0000 1.18 +++ Generic.pm 4 Apr 2006 22:23:44 -0000 1.19 @@ -108,7 +108,7 @@ chomp; my ($sym, $file, $line, $type, $ext) = split(/\t/, $_); - $line =~ s/;\"$//; + $line =~ s/;\"$//; #" fix fontification $ext =~ /language:(\w+)/; $type = $typemap->{$type}; if (!defined $type) { |