[Lxr-commits] CVS: lxr/templates filetype.conf,1.7,1.8
Brought to you by:
ajlittoz
From: Andre-Littoz <ajl...@us...> - 2013-11-17 16:26:49
|
Update of /cvsroot/lxr/lxr/templates In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv11819/templates Modified Files: filetype.conf Log Message: templates/filetype.conf: tune file extensions Index: filetype.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/filetype.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- filetype.conf 2 Sep 2013 17:21:32 -0000 1.7 +++ filetype.conf 17 Nov 2013 16:26:46 -0000 1.8 @@ -72,7 +72,7 @@ , 'C++' => [ 'C++' - , '\.C$|((?i)\.c\+\+$|\.cc$|\.cpp$|\.cxx$|\.h$|\.hh$|\.hpp?$|\.hxx$|\.h\+\+$)' #' + , '\.C$|((?i)\.c\+\+$|\.cc$|\.cpp$|\.cxx$|\.h$|\.hh$|\.hpp?$|\.hxx$|\.h\+\+$)' , 'LXR::Lang::C' , 4 ] @@ -163,7 +163,7 @@ # No tabwidth specified here as an example 'Make' => [ 'Make' - , '(?i)\.mak$|(?i)\.mk$|[Mm]akefile*' + , '(?i)\.ma?k$|Makefile.*' , 'LXR::Lang::Make' ] , @@ -195,7 +195,7 @@ , 'php' => [ 'PHP' - , '(?i)\.php$|\.php3$|\.phtml$' + , '(?i)\.php3?$|\.phtml$' , 'LXR::Lang::Generic' , 2 ] @@ -224,7 +224,7 @@ # , 'shell' => [ 'shell' - , '(?i)\.sh$|\.bsh$|\.bash$|\.ksh$|\.zsh$|\.m4$' + , '(?i)\.sh$|\.ba?sh$|\.ksh$|\.zsh$|\.m4$' # .m4 added above though it is not properly a shell , 'LXR::Lang::Generic' ] @@ -239,7 +239,7 @@ # , 'SQL' => [ 'SQL' - , '(?i)\.sql$|\.pks$|\.pkb$' + , '(?i)\.sql$|\.pk[bs]$' , 'LXR::Lang::Generic' ] , |