Changeset 101966 for contrib/mpvim


Ignore:
Timestamp:
Jan 23, 2013, 8:09:45 AM (11 years ago)
Author:
larryv@…
Message:

mpvim: Add keywords "categories-{append,delete}" and "startupitem.logfile"; remove redundant "use_{automake,autoconf,configure}".

File:
1 edited

Legend:

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

    r101674 r101966  
    3131
    3232syn keyword PortfileRequired    PortSystem name version maintainers
    33 syn keyword PortfileRequired    homepage master_sites categories platforms
     33syn keyword PortfileRequired    homepage master_sites platforms
     34syn match PortfileRequired      "^categories\%(-\%(append\|delete\)\)\?"
    3435syn match PortfileRequired      "^\(long_\)\?description" nextgroup=PortfileDescription skipwhite
    3536syn region PortfileDescription  matchgroup=Normal start="" skip="\\$" end="$" contained
    3637
    3738syn keyword PortfileOptional    PortGroup epoch revision worksrcdir distname
    38 syn keyword PortfileOptional    use_automake use_autoconf use_configure
    3939syn keyword PortfileOptional    patch_sites distfiles dist_subdir license conflicts
    4040syn keyword PortfileOptional    replaced_by supported_archs
     
    114114" StartupItems
    115115syn match PortfileStartupPid    "\(none\|auto\|clean\|manual\)" contained
    116 syn match PortfileOptional      "startupitem\.\(start\|stop\|restart\|init\|executable\)"
     116syn match PortfileOptional      "startupitem\.\(start\|stop\|restart\|init\|executable\|logfile\)"
    117117syn match PortfileOptional      "startupitem\.\(create\|logevents\|netchange\)" nextgroup=PortfileYesNo skipwhite
    118118syn match PortfileOptional      "startupitem\.pidfile" nextgroup=PortfileStartupPid skipwhite
Note: See TracChangeset for help on using the changeset viewer.