diff options
Diffstat (limited to 'vim/syntax/paludis-repositories-conf.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 5ff6ed86f..f3ee61184 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 manifest_hashes + \ importance layout use_manifest manifest_hashes thin_manifests \ 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 |