Skip to content

Commit

Permalink
Merge pull request #22 from loganlinn/match-basic-pairs
Browse files Browse the repository at this point in the history
Match on the basic pairs
  • Loading branch information
spf13 committed Mar 6, 2013
2 parents 3ceae18 + 9c0cdf5 commit dbb97fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion after/ftplugin/php.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ if exists("loaded_matchit")
\ '<\@<=[ou]l\>[^>]*\%(>\|$\):<\@<=li\>:<\@<=/[ou]l>,' .
\ '<\@<=dl\>[^>]*\%(>\|$\):<\@<=d[td]\>:<\@<=/dl>,' .
\ '<\@<=\([^/?][^ \t>]*\)[^>]*\%(>\|$\):<\@<=/\1>,' .
\ '<:>'
\ '<:>,(:),{:},[:]'
endif

0 comments on commit dbb97fa

Please sign in to comment.