summaryrefslogtreecommitdiffstats
path: root/ftplugin/crystal.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-14 19:15:07 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-14 19:15:07 +0200
commita3bdbcdb3c60a9563fb90e02b28ae46cee5ef974 (patch)
tree6e0b340417985e714838230de04d9610bdfb8677 /ftplugin/crystal.vim
parent34e01b8b62701afbd6b4ab1ffb4057617f540dce (diff)
downloadvim-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.vim2
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\>' .
\ ',{:},\[:\],(:)'