diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-06 11:02:00 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-06 11:02:00 +0200 |
commit | c6fa4d2bf5eb5301f4d3f123031cf34839a5508d (patch) | |
tree | a6cbc1ec45fec9dc8babfc73125de195e72e0245 /ftdetect/polyglot.vim | |
parent | cbc460033329db8a1638e27830ad7264cd349a9d (diff) | |
download | vim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.tar.gz vim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.zip |
Add extensions to vlang
Diffstat (limited to 'ftdetect/polyglot.vim')
-rw-r--r-- | ftdetect/polyglot.vim | 2 |
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') |