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

larryv at macports.org larryv at macports.org
Wed Jan 23 13:51:32 PST 2013


Revision: 101984
          https://trac.macports.org/changeset/101984
Author:   larryv at macports.org
Date:     2013-01-23 13:51:32 -0800 (Wed, 23 Jan 2013)
Log Message:
-----------
mpvim syntax: Add all Tcl extensions listed in portfile(7).

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

Modified: contrib/mpvim/syntax/portfile.vim
===================================================================
--- contrib/mpvim/syntax/portfile.vim	2013-01-23 21:24:17 UTC (rev 101983)
+++ contrib/mpvim/syntax/portfile.vim	2013-01-23 21:51:32 UTC (rev 101984)
@@ -235,9 +235,17 @@
 
 
 " Tcl extensions
-syn keyword PortfileTcl     xinstall system copy move ln
-syn keyword PortfileTcl     fs-traverse
-syn keyword PortfileTcl     vercmp
+syn keyword PortfileTcl     xinstall fs-traverse readdir md5 vercmp
+syn keyword PortfileTcl     reinplace strsed
+syn keyword PortfileTcl     copy move delete touch ln system
+syn match PortfileTcl       "curl\s\+\%(fetch\|isnewer\)"
+syn match PortfileTcl       "\%(add\|exists\)\%(user\|group\)"
+syn keyword PortfileTcl     nextuid nextgid
+syn keyword PortfileTcl     variant_isset variant_set
+syn match PortfileTcl       "mk[sd]\?temp"
+syn keyword PortfileTcl     lpush lpop lunshift lshift ldindex
+syn keyword PortfileTcl     ui_debug ui_error ui_info ui_msg ui_warn
+
 " check whitespace, copied from python.vim
 if g:portfile_highlight_space_errors == 1
     " trailing whitespace
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130123/e10c4e16/attachment.html>


More information about the macports-changes mailing list