Recognise special keys and binds with multiple modifiers. From Bastien Dejean.

pull/1/head
Tiago Cunha 2011-10-23 15:42:15 +00:00
parent c1eeac86fe
commit 0e45ca1718
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ syn keyword tmuxOptsSetw window-status-alert-bg window-status-alert-fg
syn keyword tmuxTodo FIXME NOTE TODO XXX contained
syn match tmuxKey /\(C-\|M-\|\^\)\p/ display
syn match tmuxKey /\(C-\|M-\|\^\)\+\S\+/ display
syn match tmuxNumber /\d\+/ display
syn match tmuxOptions /\s-\a\+/ display
syn match tmuxVariable /\w\+=/ display