syntax highlighting file rewrite complete
This commit is contained in:
parent
8145df9c25
commit
889321c1bb
12
vimrc
12
vimrc
|
@ -339,18 +339,6 @@ augroup AutoSaveFolds
|
||||||
autocmd BufWinEnter *.* silent loadview
|
autocmd BufWinEnter *.* silent loadview
|
||||||
augroup END
|
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
|
" fix higlight problems such as vertical-align etc
|
||||||
augroup VimCSS3Syntax
|
augroup VimCSS3Syntax
|
||||||
autocmd!
|
autocmd!
|
||||||
|
|
Loading…
Reference in New Issue