diff options
author | 2011-10-06 21:18:09 +0100 | |
---|---|---|
committer | 2011-10-14 23:04:29 +0100 | |
commit | 9fd22c045737c133a6f0618116c4c6f9d5a3f6c7 (patch) | |
tree | a796e51ff9371cc02a8789fc1c7d98e0e59c7dcc /vim | |
parent | f672fa2b53cf66a1b820b282f2382ea6b3a5f017 (diff) | |
download | paludis-9fd22c045737c133a6f0618116c4c6f9d5a3f6c7.tar.gz paludis-9fd22c045737c133a6f0618116c4c6f9d5a3f6c7.tar.xz |
Support manifest_hashes repository key for generation
Diffstat (limited to 'vim')
-rw-r--r-- | vim/syntax/paludis-repositories-conf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/syntax/paludis-repositories-conf.vim b/vim/syntax/paludis-repositories-conf.vim index 17a54e82d..5ff6ed86f 100644 --- a/vim/syntax/paludis-repositories-conf.vim +++ b/vim/syntax/paludis-repositories-conf.vim @@ -46,7 +46,7 @@ syn keyword PaludisRepositoriesConfKnownKey contained \ location distdir format builddir library sync root yaml_uri \ master_repository profiles pkgdir setsdir securitydir newsdir \ names_cache sync sync_options eclassdirs cache write_cache - \ importance layout use_manifest + \ importance layout use_manifest manifest_hashes \ binary_uri_prefix binary_keywords_filter binary_destination binary_distdir \ eapi_when_unspecified eapi_when_unknown profile_eapi_when_unspecified \ name handler config_template config_filename |