syntax highlighting file rewrite complete

This commit is contained in:
ManjaroOne666 2018-03-14 18:34:16 +00:00
parent 8145df9c25
commit 889321c1bb
1 changed files with 0 additions and 12 deletions

12
vimrc
View File

@ -339,18 +339,6 @@ augroup AutoSaveFolds
autocmd BufWinEnter *.* silent loadview
augroup END
<<<<<<< HEAD
" set custom syntax highlighting
augroup syntaxhighlighting
autocmd BufNewFile,BufRead *.html set syntax=html_custom
autocmd BufNewFile,BufRead *.php set syntax=php_custom
autocmd BufNewFile,BufRead *.vue set syntax=vue_custom
autocmd BufNewFile,BufRead *.vue syntax sync fromstart
autocmd BufNewFile,BufRead *.js set syntax=pangloss_javascript_custom
augroup END
=======
>>>>>>> new-syntax
" fix higlight problems such as vertical-align etc
augroup VimCSS3Syntax
autocmd!