|
From: <ch...@us...> - 2004-02-19 22:54:47
|
Update of /cvsroot/fte/fte/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19318 Modified Files: m_sh.fte Log Message: Applied patch provided by calvin. Now autoconf files are threated as sh scripts. Index: m_sh.fte =================================================================== RCS file: /cvsroot/fte/fte/config/m_sh.fte,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- m_sh.fte 20 Aug 2002 19:41:43 -0000 1.5 +++ m_sh.fte 19 Feb 2004 22:44:03 -0000 1.6 @@ -44,7 +44,7 @@ } mode SH: PLAIN { # *sh - FileNameRx = /\.\cSH$/; + FileNameRx = /{\.\cSH$}|{configure.{in}|{ac}}/; FirstLineRx = /^\#\![ ]*[^ ]*sh>/; RoutineRegexp = /^\s*{function\s\s*\S\S*\s*}|{\S\S*\s*\(\)}\s*$/; HilitOn = 1; |