File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" Language: tmux(1) configuration file
2- " Version: 3.4 (git-171004df )
2+ " Version: 3.4 (git-3d8ead8a )
33" URL: https://github.com/ericpruitt/tmux.vim/
44" Maintainer: Eric Pruitt <[email protected] >55" License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause)
@@ -37,7 +37,7 @@ syn match tmuxInvalidVariableExpansion /\${[^}]*$/ display
3737syn match tmuxInvalidVariableExpansion / \$ {[^A-Za-z_][^}]*}/ display
3838syn match tmuxInvalidVariableExpansion / \$ [^A-Za-z_{ \t ]/ display
3939" Contains invalid character.
40- syn match tmuxInvalidVariableExpansion / \$ {[^}]*[^A-Za-z0-9_][^}]*}/ display
40+ syn match tmuxInvalidVariableExpansion / \$ {[^}]*[^A-Za-z0-9_} ][^}]*}/ display
4141
4242syn region tmuxComment start =/ #/ skip =/ \\\@ <!\\ $/ end =/ $/ contains =tmuxTodo,@Spell
4343
You can’t perform that action at this time.
0 commit comments