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

larryv at macports.org larryv at macports.org
Thu May 30 16:17:23 PDT 2013


Revision: 106557
          https://trac.macports.org/changeset/106557
Author:   larryv at macports.org
Date:     2013-05-30 16:17:23 -0700 (Thu, 30 May 2013)
Log Message:
-----------
mpvim: Add highlighting for "configure.cmd".

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

Modified: contrib/mpvim/syntax/portfile.vim
===================================================================
--- contrib/mpvim/syntax/portfile.vim	2013-05-30 23:05:48 UTC (rev 106556)
+++ contrib/mpvim/syntax/portfile.vim	2013-05-30 23:17:23 UTC (rev 106557)
@@ -69,6 +69,7 @@
 
 " Configure phase options
 syn keyword PortfilePhasesConf  use_configure nextgroup=PortfileYesNo skipwhite
+syn match PortfilePhasesConf    "\<configure\.cmd\>"
 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 region PortfileConfEntries  matchgroup=Normal start="" skip="\\$" end="$" contained
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130530/1a9b96be/attachment.html>


More information about the macports-changes mailing list