[101992] contrib/mpvim/syntax/portfile.vim

larryv at macports.org larryv at macports.org
Wed Jan 23 18:13:09 PST 2013


Revision: 101992
          https://trac.macports.org/changeset/101992
Author:   larryv at macports.org
Date:     2013-01-23 18:13:09 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
mpvim syntax: Fix configure.{pre,post}_args.

Modified Paths:
--------------
    contrib/mpvim/syntax/portfile.vim

Modified: contrib/mpvim/syntax/portfile.vim
===================================================================
--- contrib/mpvim/syntax/portfile.vim	2013-01-24 02:02:02 UTC (rev 101991)
+++ contrib/mpvim/syntax/portfile.vim	2013-01-24 02:13:09 UTC (rev 101992)
@@ -64,7 +64,7 @@
 " Configure phase options
 syn keyword PortfilePhasesConf  use_configure nextgroup=PortfileYesNo skipwhite
 syn match PortfilePhasesConf    "configure\.\(env\|\(c\|ld\|cpp\|cxx\|objc\|f\|fc\|f90\)flags\)\(-append\|-delete\)\?"
-syn match PortfilePhasesConf    "configure\.\(pre-\|post-\)\?args\(-append\|-delete\)\?" nextgroup=PortfileConfEntries skipwhite
+syn match PortfilePhasesConf    "configure\.\(pre_\|post_\)\?args\(-append\|-delete\)\?" nextgroup=PortfileConfEntries skipwhite
 syn region PortfileConfEntries  matchgroup=Normal start="" skip="\\$" end="$" contained
 syn match PortfilePhasesConf    "configure\.\(cc\|cpp\|cxx\|objc\|fc\|f77\|f90\|javac\|compiler\)"
 syn match PortfilePhasesConf    "configure\.\(perl\|python\|ruby\|install\|awk\|bison\)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/57464d3a/attachment.html>


More information about the macports-changes mailing list