Changeset 104100 for contrib/mpvim


Ignore:
Timestamp:
Mar 16, 2013, 12:59:22 AM (11 years ago)
Author:
larryv@…
Message:

mpvim: Add highlighting for "license_noconflict".

File:
1 edited

Legend:

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

    r104049 r104100  
    3636syn region PortfileDescription  matchgroup=Normal start="" skip="\\$" end="$" contained
    3737
    38 syn keyword PortfileOptional    PortGroup epoch revision worksrcdir distname
    39 syn keyword PortfileOptional    patch_sites dist_subdir license conflicts
     38syn keyword PortfileOptional    PortGroup epoch revision patch_sites
     39syn keyword PortfileOptional    license conflicts license_noconflict
     40syn keyword PortfileOptional    worksrcdir distname dist_subdir
    4041syn match PortfileOptional      "\<distfiles\%(-append\|-delete\)\?\>"
    4142syn keyword PortfileOptional    replaced_by supported_archs
Note: See TracChangeset for help on using the changeset viewer.