Changeset 104460 for contrib/mpvim


Ignore:
Timestamp:
Mar 25, 2013, 11:17:09 PM (11 years ago)
Author:
larryv@…
Message:

mpvim: Highlight "install_libs" and "depends_skip_archcheck".

File:
1 edited

Legend:

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

    r104279 r104460  
    4242syn match PortfileOptional      "\<distfiles\%(-append\|-delete\)\?\>"
    4343syn keyword PortfileOptional    replaced_by supported_archs
     44
     45syn keyword PortfileOptional    installs_libs nextgroup=PortfileYesNo skipwhite
     46syn match PortfileOptional      "\<depends_skip_archcheck\%(-append\|-delete\)\?\>"
    4447
    4548syn match  PortfileOptional     "\<checksums\%(-append\|-delete\)\?\>" nextgroup=PortfileChecksums skipwhite
Note: See TracChangeset for help on using the changeset viewer.