mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Adjust html words further
This commit is contained in:
@@ -153,7 +153,7 @@ function! matchup#util#standard_html(...) abort " {{{1
|
||||
let l:words .= ',<\@<=?\k\+:?>'
|
||||
let l:words .= ',<\@<=\([^ \t>/]\+\)\g{hlend}'
|
||||
\ . '\%(\s\+[^>]*\%([^/]>\|$\)\|>\|$\)'
|
||||
\ . ':<\@<=/\1>'
|
||||
\ . ':<\@<=/\1\g{hlend}>'
|
||||
let l:words .= ',<\@<=\%([^ \t>/]\+\)\g{hlend}'
|
||||
\ . '\%(\s\+[^>]*[^/>]\|$\)'
|
||||
\ . ':/>'
|
||||
|
||||
Reference in New Issue
Block a user