Skip to content

Commit cfe7628

Browse files
authored
Merge pull request #32 from dkolb/string_start_escape_fix
Fix `bind \"` and `bind \'` commands syntax highlighting.
2 parents 7e7680f + a3b057b commit cfe7628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syntax/tmux.vim

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ syn keyword tmuxTodo FIXME NOTE TODO XXX todo contained
161161
syn match tmuxURL `\v<(((https?|ftp|gopher)://|(mailto|file|news):)[^' <>"]+|(www|web|w3)[a-z0-9_-]*\.[a-z0-9._-]+\.[^' <>"]+)[a-zA-Z0-9/]` contained
162162

163163
syn match tmuxKey /\(C-\|M-\|\^\)\+\S\+/ display
164+
syn match tmuxKey /\\["']/ display
164165
syn match tmuxNumber /\<[+-]\?\d\+/ display
165166
syn match tmuxSelWindowOption /:[!+-]\?/ display
166167
syn match tmuxOptions /\s-\a\+/ display

0 commit comments

Comments
 (0)