From bd34c3cf2e8ced0bacb038fbcbcdf55fe160794a Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Thu, 25 Mar 2021 00:43:27 -0500 Subject: [PATCH] Highlight QML as JavaScript --- templates/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.vimrc b/templates/.vimrc index aca7480..e1dcddb 100644 --- a/templates/.vimrc +++ b/templates/.vimrc @@ -31,4 +31,4 @@ let g:rustfmt_autosave = 1 " format .rs on save filetype plugin indent on autocmd FileType yaml,yml setlocal tabstop=2 softtabstop=2 shiftwidth=2 autocmd FileType markdown,plaintex,rst,tex,text setlocal textwidth=79 -autocmd BufNewFile,BufRead *.qml set smartindent +autocmd BufNewFile,BufRead *.qml set smartindent filetype=javascript