revert all syntax file changes
This commit is contained in:
parent
374904a0da
commit
18fec9bd0a
6 changed files with 1538 additions and 5 deletions
8
vimrc
8
vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue