mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Recognise special keys and binds with multiple modifiers. From Bastien Dejean.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user