We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e7680f + a3b057b commit cfe7628Copy full SHA for cfe7628
syntax/tmux.vim
@@ -161,6 +161,7 @@ syn keyword tmuxTodo FIXME NOTE TODO XXX todo contained
161
syn match tmuxURL `\v<(((https?|ftp|gopher)://|(mailto|file|news):)[^' <>"]+|(www|web|w3)[a-z0-9_-]*\.[a-z0-9._-]+\.[^' <>"]+)[a-zA-Z0-9/]` contained
162
163
syn match tmuxKey /\(C-\|M-\|\^\)\+\S\+/ display
164
+syn match tmuxKey /\\["']/ display
165
syn match tmuxNumber /\<[+-]\?\d\+/ display
166
syn match tmuxSelWindowOption /:[!+-]\?/ display
167
syn match tmuxOptions /\s-\a\+/ display
0 commit comments