Changeset 101992 for contrib/mpvim


Ignore:
Timestamp:
Jan 24, 2013, 2:13:09 AM (11 years ago)
Author:
larryv@…
Message:

mpvim syntax: Correct match for "configure.{pre,post}_args".

File:
1 edited

Legend:

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

    r101991 r101992  
    6565syn keyword PortfilePhasesConf  use_configure nextgroup=PortfileYesNo skipwhite
    6666syn match PortfilePhasesConf    "configure\.\(env\|\(c\|ld\|cpp\|cxx\|objc\|f\|fc\|f90\)flags\)\(-append\|-delete\)\?"
    67 syn match PortfilePhasesConf    "configure\.\(pre-\|post-\)\?args\(-append\|-delete\)\?" nextgroup=PortfileConfEntries skipwhite
     67syn match PortfilePhasesConf    "configure\.\(pre_\|post_\)\?args\(-append\|-delete\)\?" nextgroup=PortfileConfEntries skipwhite
    6868syn region PortfileConfEntries  matchgroup=Normal start="" skip="\\$" end="$" contained
    6969syn match PortfilePhasesConf    "configure\.\(cc\|cpp\|cxx\|objc\|fc\|f77\|f90\|javac\|compiler\)"
Note: See TracChangeset for help on using the changeset viewer.