load custom highlighting for html,php files

This commit is contained in:
ManjaroOne666 2017-09-16 15:44:39 +01:00
parent 9ca35894d8
commit 16ec5cf7c6
1 changed files with 3 additions and 1 deletions

4
vimrc
View File

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