Changeset 106557 for contrib/mpvim


Ignore:
Timestamp:
May 30, 2013, 11:17:23 PM (11 years ago)
Author:
larryv@…
Message:

mpvim: Add highlighting for "configure.cmd".

File:
1 edited

Legend:

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

    r106547 r106557  
    7070" Configure phase options
    7171syn keyword PortfilePhasesConf  use_configure nextgroup=PortfileYesNo skipwhite
     72syn match PortfilePhasesConf    "\<configure\.cmd\>"
    7273syn match PortfilePhasesConf    "\<configure\.\%(env\|\%(c\|ld\|cpp\|cxx\|objc\|f\|fc\|f90\)flags\)\%(-append\|-delete\)\?\>"
    7374syn match PortfilePhasesConf    "\<configure\.\%(pre_\|post_\)\?args\%(-append\|-delete\)\?\>" nextgroup=PortfileConfEntries skipwhite
Note: See TracChangeset for help on using the changeset viewer.