diff options
author | 2009-01-26 18:44:30 +0000 | |
---|---|---|
committer | 2009-01-26 18:44:30 +0000 | |
commit | 1cc07d2189a714671fa979b8edb774d5bd24568c (patch) | |
tree | 634147a761cad5617389fcc1f7ea8aab7c0ffec9 /vim | |
parent | b9da35095e8b5bf646e1d4ac9ed314cfce777613 (diff) | |
download | paludis-1cc07d2189a714671fa979b8edb774d5bd24568c.tar.gz paludis-1cc07d2189a714671fa979b8edb774d5bd24568c.tar.xz |
Add handler key
Diffstat (limited to 'vim')
-rw-r--r-- | vim/syntax/paludis-repositories-conf.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/syntax/paludis-repositories-conf.vim b/vim/syntax/paludis-repositories-conf.vim index 524ba0d04..9b81f9e65 100644 --- a/vim/syntax/paludis-repositories-conf.vim +++ b/vim/syntax/paludis-repositories-conf.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: Paludis repositories/*.conf files " Author: Ciaran McCreesh -" Copyright: Copyright (c) 2007, 2008 Ciaran McCreesh +" Copyright: Copyright (c) 2007, 2008, 2009 Ciaran McCreesh " Licence: You may redistribute this under the same terms as Vim itself " " Syntax highlighting for Paludis repositories/*.conf files. @@ -45,7 +45,7 @@ syn keyword PaludisRepositoriesConfKnownKey contained \ provides_cache importance layout use_manifest \ binary_uri_prefix binary_keywords binary_destination \ eapi_when_unspecified eapi_when_unknown profile_eapi_when_unspecified - \ name + \ name handler syn keyword PaludisRepositoriesConfBadKey contained \ world |