Skip to content

Commit

Permalink
Merge pull request #32 from dkolb/string_start_escape_fix
Browse files Browse the repository at this point in the history
Fix `bind \"` and `bind \'` commands syntax highlighting.
  • Loading branch information
bruno- authored Oct 4, 2021
2 parents 7e7680f + a3b057b commit cfe7628
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syntax/tmux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ syn keyword tmuxTodo FIXME NOTE TODO XXX todo contained
syn match tmuxURL `\v<(((https?|ftp|gopher):https://|(mailto|file|news):)[^' <>"]+|(www|web|w3)[a-z0-9_-]*\.[a-z0-9._-]+\.[^' <>"]+)[a-zA-Z0-9/]` contained

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

0 comments on commit cfe7628

Please sign in to comment.