Add v language, closes #437

This commit is contained in:
Adam Stankiewicz
2019-12-07 17:39:31 +01:00
parent e204a7223b
commit 4d8423c962
6 changed files with 354 additions and 1 deletions

6
ftplugin/vlang.vim Normal file
View File

@@ -0,0 +1,6 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'v') == -1
setlocal commentstring=//\ %s
setlocal makeprg=v\ %
endif