From c6fa4d2bf5eb5301f4d3f123031cf34839a5508d Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 6 Oct 2020 11:02:00 +0200 Subject: Add extensions to vlang --- autoload/polyglot/sleuth.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload/polyglot/sleuth.vim') diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index aab55ef0..e2e37100 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -214,12 +214,12 @@ let s:globs = { \ 'typescript': '*.ts', \ 'typescriptreact': '*.tsx', \ 'unison': '*.u,*.uu', - \ 'v': '*.v', \ 'vala': '*.vala,*.vapi,*.valadoc', \ 'vb': '*.bas,*.cls,*.frm,*.frx,*.vba,*.vbs,*.dsm,*.ctl,*.sba', \ 'vbnet': '*.vb,*.vbhtml', \ 'vcl': '*.vcl', \ 'velocity': '*.vm', + \ 'vlang': '*.v,*.vv,*.vsh', \ 'vmasm': '*.mar', \ 'vue': '*.vue,*.wpy', \ 'xdc': '*.xdc', -- cgit v1.2.3