[Lxr-commits] CVS: lxr/templates lxr.conf,1.24,1.25
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2005-04-30 21:30:15
|
Update of /cvsroot/lxr/lxr/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8439/lxr/templates Modified Files: lxr.conf Log Message: tcl is not supported in generic.conf yet - so comment out. Fixes bug [ 1042310 ] No langid for language tcl Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- lxr.conf 10 Aug 2004 16:14:25 -0000 1.24 +++ lxr.conf 30 Apr 2005 21:30:07 -0000 1.25 @@ -25,6 +25,9 @@ # Location of the ectags.conf file 'ectagsconf' => '/path/to/lib/LXR/Lang/ectags.conf', + + # Paths for CVS module + 'cvspath' => '/bin:/usr/local/bin:/usr/bin:/usr/sbin', }, @@ -189,7 +192,7 @@ # 's-Lang' => [ 's-Lang', '(?i)\.sl$', 'LXR::Lang::Generic' ], 'SQL' => [ 'SQL', '(?i)\.sql$|\.pks$|\.pkb$', 'LXR::Lang::Generic' ], 'VB' => [ 'VB', '(?i)\.bas$|\.cls$|\.ctl$|\.frm$|\.vbs$', 'LXR::Lang::Generic' ], - 'tcl' => [ 'tcl', '(?i)\.tcl$|\.wish$', 'LXR::Lang::Generic' ], + #'tcl' => [ 'tcl', '(?i)\.tcl$|\.wish$', 'LXR::Lang::Generic' ], }, # Maps interpreter names to languages. The format is: |