Highlight QML as JavaScript
This commit is contained in:
parent
ca5a7c5e57
commit
bd34c3cf2e
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ let g:rustfmt_autosave = 1 " format .rs on save
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
autocmd FileType yaml,yml setlocal tabstop=2 softtabstop=2 shiftwidth=2
|
autocmd FileType yaml,yml setlocal tabstop=2 softtabstop=2 shiftwidth=2
|
||||||
autocmd FileType markdown,plaintex,rst,tex,text setlocal textwidth=79
|
autocmd FileType markdown,plaintex,rst,tex,text setlocal textwidth=79
|
||||||
autocmd BufNewFile,BufRead *.qml set smartindent
|
autocmd BufNewFile,BufRead *.qml set smartindent filetype=javascript
|
||||||
|
|
Loading…
Add table
Reference in a new issue