[Lxr-commits] CVS: lxr/templates filetype.conf,1.6,1.7
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-09-02 17:21:35
|
Update of /cvsroot/lxr/lxr/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25987/templates Modified Files: filetype.conf Log Message: filetype.conf: typo in Fortran extensions definition Index: filetype.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/filetype.conf,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- filetype.conf 19 Apr 2013 12:42:14 -0000 1.6 +++ filetype.conf 2 Sep 2013 17:21:32 -0000 1.7 @@ -118,7 +118,7 @@ , 'fortran' => [ 'Fortran' - , '(?i)\.f$|\.for$|\.ftn$|\.f77$$' + , '(?i)\.f$|\.for$|\.ftn$|\.f77$' , 'LXR::Lang::Generic' ] # , |