From 4d8423c962e2b4172de48992bcfec965478f928b Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 7 Dec 2019 17:39:31 +0100 Subject: Add v language, closes #437 --- ftplugin/vlang.vim | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ftplugin/vlang.vim (limited to 'ftplugin') diff --git a/ftplugin/vlang.vim b/ftplugin/vlang.vim new file mode 100644 index 00000000..0aafeac5 --- /dev/null +++ b/ftplugin/vlang.vim @@ -0,0 +1,6 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'v') == -1 + +setlocal commentstring=//\ %s +setlocal makeprg=v\ % + +endif -- cgit v1.2.3