renaming of custom syntax files

This commit is contained in:
ManjaroOne666 2018-03-14 10:55:41 +00:00
parent 498d4c54c5
commit bf5089a293
1 changed files with 4 additions and 4 deletions

8
vimrc
View File

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