load custom highlighting for html,php files
This commit is contained in:
parent
9ca35894d8
commit
16ec5cf7c6
4
vimrc
4
vimrc
|
@ -172,7 +172,9 @@ set pastetoggle=<F2>
|
||||||
set showmode
|
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
|
" fix higlight problems such as vertical-align etc
|
||||||
|
|
Loading…
Reference in New Issue