diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-14 19:15:07 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-14 19:15:07 +0200 |
commit | a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974 (patch) | |
tree | 6e0b340417985e714838230de04d9610bdfb8677 /ftplugin/crystal.vim | |
parent | 34e01b8b62701afbd6b4ab1ffb4057617f540dce (diff) | |
download | vim-polyglot-a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974.tar.gz vim-polyglot-a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974.zip |
Fix svelte branch name, closes #522
Diffstat (limited to 'ftplugin/crystal.vim')
-rw-r--r-- | ftplugin/crystal.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/crystal.vim b/ftplugin/crystal.vim index f5b7e3a9..5553f00e 100644 --- a/ftplugin/crystal.vim +++ b/ftplugin/crystal.vim @@ -60,7 +60,7 @@ if exists('g:loaded_matchit') && !exists('b:match_words') let b:match_words = \ '\<\%(if\|unless\|case\|while\|until\|for\|do\|class\|module\|struct\|lib\|macro\|ifdef\|def\|begin\|enum\|annotation\)\>=\@!' . \ ':' . - \ '\<\%(else\|elsif\|ensure\|when\|rescue\|break\|next\)\>' . + \ '\<\%(else\|elsif\|ensure\|when\|in\|rescue\|break\|next\)\>' . \ ':' . \ '\<end\>' . \ ',{:},\[:\],(:)' |