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 /autoload | |
parent | 34e01b8b62701afbd6b4ab1ffb4057617f540dce (diff) | |
download | vim-polyglot-a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974.tar.gz vim-polyglot-a3bdbcdb3c60a9563fb90e02b28ae46cee5ef974.zip |
Fix svelte branch name, closes #522
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/crystal/indent.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/crystal/indent.vim b/autoload/crystal/indent.vim index 96d32990..ffd780e0 100644 --- a/autoload/crystal/indent.vim +++ b/autoload/crystal/indent.vim @@ -117,7 +117,7 @@ lockvar g:crystal#indent#end_start_regex " Regex that defines the middle-match for the 'end' keyword. let g:crystal#indent#end_middle_regex = \ g:crystal#indent#sol . - \ '\<\%(else\|elsif\|when\|rescue\|ensure\)\>' + \ '\<\%(else\|elsif\|when\|in\|rescue\|ensure\)\>' lockvar g:crystal#indent#end_middle_regex " Regex that defines the end-match for the 'end' keyword. |