revert all syntax file changes

This commit is contained in:
ManjaroOne666 2018-03-14 11:46:17 +00:00
commit 18fec9bd0a
6 changed files with 1538 additions and 5 deletions

8
vimrc
View file

@ -341,11 +341,11 @@ augroup END
" set custom syntax highlighting
augroup syntaxhighlighting
autocmd BufNewFile,BufRead *.html set syntax=html
autocmd BufNewFile,BufRead *.php set syntax=php
autocmd BufNewFile,BufRead *.vue set syntax=vue
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
autocmd BufNewFile,BufRead *.js set syntax=pangloss_javascript_custom
augroup END
" fix higlight problems such as vertical-align etc