mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Highlight vim export def, fix #136
This commit is contained in:
@@ -21,7 +21,11 @@ call matchup#util#patch_match_words(
|
||||
\ '\<aug\%[roup]\ze\s\+\%(END\>\)\@!\S:'
|
||||
\)
|
||||
|
||||
call matchup#util#patch_match_words(
|
||||
\ '\|def\)!\=\s\+',
|
||||
\ '\|\%(export\s\+\)\@<!def\|export\s\+def\)\ze!\=\s\+',
|
||||
\)
|
||||
|
||||
let &cpo = s:save_cpo
|
||||
|
||||
" vim: fdm=marker sw=2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user