diff options
Diffstat (limited to 'autoload/polyglot/sleuth.vim')
-rw-r--r-- | autoload/polyglot/sleuth.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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', |