summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ftdetect/polyglot.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index dc39341d..de6e5919 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -233,7 +233,7 @@ if !has_key(s:disabled_packages, 'vala')
endif
if !has_key(s:disabled_packages, 'v')
- au BufNewFile,BufRead *.v setf v
+ au BufNewFile,BufRead *.v,*.vsh,*.vv setf vlang
endif
if !has_key(s:disabled_packages, 'unison')