diff options
Diffstat (limited to 'autoload/sleuth.vim')
-rw-r--r-- | autoload/sleuth.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim index e70169cb..18344723 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -35,6 +35,7 @@ let s:globs = { \ 'automake': '[Mm]akefile.am,GNUmakefile.am', \ 'ave': '*.ave', \ 'awk': '*.awk', + \ 'basic': '*.basic', \ 'blade': '*.blade,*.blade.php', \ 'brewfile': 'Brewfile', \ 'c': '*.c,*.cats,*.h,*.idc', @@ -200,6 +201,7 @@ let s:globs = { \ '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', |