Skip to content

Commit

Permalink
default configuration for php updated, now perfect for phper.
Browse files Browse the repository at this point in the history
  • Loading branch information
luochen1990 committed Aug 6, 2014
1 parent 689a2ab commit 3df9943
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugin/rainbow.vim
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ let s:rainbow_conf = {
\ 'vim': {
\ 'containedin': 'vimFuncBody',
\ },
\ 'php': {
\ 'containedin': '@htmlPreproc',
\ },
\ 'xml': {
\ 'parentheses': ['start=/\v\<\z([-_:a-zA-Z0-9]+)(\s+[-_:a-zA-Z0-9]+(\=("[^"]*"|'."'".'[^'."'".']*'."'".'))?)*\>/ end=#</\z1># fold'],
\ },
Expand Down

0 comments on commit 3df9943

Please sign in to comment.