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 /autoload/polyglot/sleuth.vim | |
parent | cbc460033329db8a1638e27830ad7264cd349a9d (diff) | |
download | vim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.tar.gz vim-polyglot-c6fa4d2bf5eb5301f4d3f123031cf34839a5508d.zip |
Add extensions to vlang
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', |