diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-04-28 19:02:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-04-28 19:02:44 +0200 |
commit | 8e5af3e531b986985e2be05e7be652119e76889f (patch) | |
tree | fc070684f7cd2d32222d94e180f9ff3b9b2e3f2e /runtime/syntax/ratpoison.vim | |
parent | b453a53b59b55a399f0ff2e473cba796d95a2a0b (diff) | |
download | vim-git-8e5af3e531b986985e2be05e7be652119e76889f.tar.gz |
Updated runtime files.
Diffstat (limited to 'runtime/syntax/ratpoison.vim')
-rw-r--r-- | runtime/syntax/ratpoison.vim | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/runtime/syntax/ratpoison.vim b/runtime/syntax/ratpoison.vim index b1475600a..9fc59bec0 100644 --- a/runtime/syntax/ratpoison.vim +++ b/runtime/syntax/ratpoison.vim @@ -1,8 +1,9 @@ " Vim syntax file " Language: Ratpoison configuration/commands file ( /etc/ratpoisonrc ~/.ratpoisonrc ) -" Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au> -" URL: http://gus.gscit.monash.edu.au/~djkea2/vim/syntax/ratpoison.vim -" Last Change: 2005 Oct 06 +" Maintainer: Magnus Woldrich <m@japh.se> +" URL: http://github.com/trapd00r/vim-syntax-ratpoison +" Last Change: 2011 Apr 11 +" Previous Maintainer: Doug Kearns <djkea2@gus.gscit.monash.edu.au> " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded @@ -94,6 +95,13 @@ syn keyword ratpoisonSetArg barpadding contained nextgroup=ratpoisonNumberArg syn keyword ratpoisonSetArg bgcolor syn keyword ratpoisonSetArg border contained nextgroup=ratpoisonNumberArg syn keyword ratpoisonSetArg fgcolor +syn keyword ratpoisonSetArg fwcolor +syn keyword ratpoisonSetArg bwcolor +syn keyword ratpoisonSetArg historysize +syn keyword ratpoisonSetArg historycompaction +syn keyword ratpoisonSetArg historyexpansion +syn keyword ratpoisonSetArg topkmap +syn keyword ratpoisonSetArg barinpadding syn keyword ratpoisonSetArg font syn keyword ratpoisonSetArg framesels syn keyword ratpoisonSetArg inputwidth contained nextgroup=ratpoisonNumberArg |