load custom highlighting for html,php files

This commit is contained in:
ManjaroOne666 2017-09-16 15:44:39 +01:00
commit 16ec5cf7c6

4
vimrc
View file

@ -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