load custom highlighting for html,php files
This commit is contained in:
parent
9ca35894d8
commit
16ec5cf7c6
1 changed files with 3 additions and 1 deletions
4
vimrc
4
vimrc
|
|
@ -172,7 +172,9 @@ set pastetoggle=<F2>
|
|||
set showmode
|
||||
|
||||
|
||||
|
||||
" set custom syntax highlighting
|
||||
autocmd BufNewFile,BufRead *.html set syntax=html_custom
|
||||
autocmd BufNewFile,BufRead *.php set syntax=php_custom
|
||||
|
||||
|
||||
" fix higlight problems such as vertical-align etc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue