Highlight vim export def, fix #136

This commit is contained in:
Andy K. Massimino
2021-04-25 14:06:09 -04:00
parent dc0400017b
commit f473b30971

View File

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