File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
" =============================================================================
2
2
" FILE: syntax/vimshrc.vim
3
3
" AUTHOR: Shougo Matsushita <[email protected] >
4
- " Last Modified: 17 Apr 2010
4
+ " Last Modified: 18 Apr 2010
5
5
" Usage: Just source this file.
6
6
" License: MIT license {{{
7
7
" Permission is hereby granted, free of charge, to any person obtaining
@@ -31,7 +31,7 @@ elseif exists('b:current_syntax')
31
31
finish
32
32
endif
33
33
34
- syn match VimShellRcCommand ' \% (^\|\s\) [[:alnum:]_.][[:alnum:]_.-]\+ [[:blank:] \n ] ' contained
34
+ syn match VimShellRcCommand ' \% (^\| [;|] \)\s * \z s [[:alnum:]_.][[:alnum:]_.-]\+ ' contained
35
35
syn match VimShellRcVariable ' $\h\w *' contained
36
36
syn match VimShellRcVariable ' $$\h\w *' contained
37
37
syn region VimShellRcVariable start =+ ${+ end =+ }+ contained
You can’t perform that action at this time.
0 commit comments