summaryrefslogtreecommitdiffstats
path: root/ftdetect/polyglot.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-06 11:02:00 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-06 11:02:00 +0200
commitc6fa4d2bf5eb5301f4d3f123031cf34839a5508d (patch)
treea6cbc1ec45fec9dc8babfc73125de195e72e0245 /ftdetect/polyglot.vim
parentcbc460033329db8a1638e27830ad7264cd349a9d (diff)
downloadvim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.tar.gz
vim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.zip
Add extensions to vlang
Diffstat (limited to 'ftdetect/polyglot.vim')
-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')