Changeset 107007 for contrib/mpvim


Ignore:
Timestamp:
Jun 14, 2013, 6:24:03 AM (11 years ago)
Author:
larryv@…
Message:

mpvim: Add highlighting for test.args and friends.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/mpvim/syntax/portfile.vim

    r106557 r107007  
    9292" Test phase options
    9393syn match PortfilePhasesTest    "\<test\.run\>" nextgroup=PortfileYesNo skipwhite
    94 syn match PortfilePhasesTest    "\<test\.\%(cmd\|target\)\>"
    95 syn match PortfilePhasesTest    "\<test\.env\%(-append\|-delete\)\?\>"
     94syn match PortfilePhasesTest    "\<test\.cmd\>"
     95syn match PortfilePhasesTest    "\<test\.\%(pre_\|post_\)\?args\%(-append\|-delete\)\?\>"
     96syn match PortfilePhasesTest    "\<test\.\%(target\|env\)\%(-append\|-delete\)\?\>"
    9697
    9798" Test destroot options
Note: See TracChangeset for help on using the changeset viewer.