Adjust fortran hlend (fixes #111)

This commit is contained in:
Andy K. Massimino
2020-11-30 21:01:00 -05:00
parent ac1d0f73a0
commit 7cc8623d87

View File

@@ -12,6 +12,9 @@ let s:save_cpo = &cpo
set cpo&vim
call matchup#util#patch_match_words('\<if', '\<if\>\g{hlend}')
call matchup#util#patch_match_words(
\ '\<else\s*\%(if',
\ '\<else\g{hlend}\s*\%(if\g{hlend}')
call matchup#util#append_match_words(
\ '^\s*#\s*if\(\|def\|ndef\)\>'