Skip to content

Commit

Permalink
syntax/ratpoison: respect the usage of hard tabs in the original ratp…
Browse files Browse the repository at this point in the history
…oison.vim
  • Loading branch information
trapd00r committed Apr 2, 2011
1 parent 5ae4df6 commit 2efb2e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions syntax/ratpoison.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
" Vim syntax file
" Language: Ratpoison configuration/commands file ( /etc/ratpoisonrc ~/.ratpoisonrc )
" Maintainer: Magnus Woldrich <m@japh.se>
" Maintaner: Magnus Woldrich <m@japh.se>
" URL: http://github.com/trapd00r/vim-syntax-ratpoison
" Last Change: 2010-09-22
" Last Change: 2011-04-02

" For version 5.x: Clear all syntax items
" For version 6.x: Quit when a syntax file was already loaded
Expand Down Expand Up @@ -87,6 +87,7 @@ syn match ratpoisonKeySeqArg "\<\([CMASH]\(-[CMASH]\)\{,4}-\)\=KP_\(Subtract\
syn match ratpoisonHookArg "\<\(key\|switchwin\|switchframe\|switchgroup\|quit\|restart\)\>" contained

syn match ratpoisonNumberArg "\<\d\+\>" contained nextgroup=ratpoisonNumberArg skipwhite

syn keyword ratpoisonSetArg barborder contained nextgroup=ratpoisonNumberArg
syn keyword ratpoisonSetArg bargravity contained nextgroup=ratpoisonGravityArg
syn keyword ratpoisonSetArg barpadding contained nextgroup=ratpoisonNumberArg
Expand Down

0 comments on commit 2efb2e9

Please sign in to comment.