syntax file renaming
This commit is contained in:
parent
bd273ebc5c
commit
601c258e73
6
vimrc
6
vimrc
|
@ -341,9 +341,9 @@ 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
|
||||
autocmd BufNewFile,BufRead *.php set syntax=php
|
||||
autocmd BufNewFile,BufRead *.vue set syntax=vue
|
||||
autocmd BufNewFile,BufRead *.vue syntax sync fromstart
|
||||
autocmd BufNewFile,BufRead *.js set syntax=pangloss_javascript
|
||||
augroup END
|
||||
|
|
Loading…
Reference in New Issue