Fix svelte branch name, closes #522

This commit is contained in:
Adam Stankiewicz
2020-08-14 19:15:07 +02:00
parent 34e01b8b62
commit a3bdbcdb3c
13 changed files with 346 additions and 15 deletions

View File

@@ -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.