diff options
Diffstat (limited to 'vim/syntax')
| -rw-r--r-- | vim/syntax/evocation.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/syntax/evocation.vim b/vim/syntax/evocation.vim index bb5094f..973f0c1 100644 --- a/vim/syntax/evocation.vim +++ b/vim/syntax/evocation.vim @@ -1,6 +1,6 @@ " Don't use keywords, they don't have the correct delimiters. -syn region evocationComment start="\(^\|\s\)\zs\~\($\|\s\)" end="$" +syn region evocationComment start="\(^\|\s\)\@<=\~\($\|\s\)" end="$" syn region evocationString start=_\(^\|\s\)\zss"\ze\($\|\s\)_ end=_"_ syn region evocationString start=_\(^\|\s\)\zs\."\ze\($\|\s\)_ end=_"_ |