Add VBS extension to FreeBasic syntax

Just adding '*.vbs' to 'FreeBasic' line.
This commit is contained in:
NiKaro127 2013-09-26 10:10:16 +02:00 committed by Colomban Wendling
parent 007d5395c2
commit ace6d6b3ed

View File

@ -27,7 +27,7 @@ F77=*.f;*.for;*.ftn;*.f77;*.F;*.FOR;*.FTN;*.fpp;*.FPP
Ferite=*.fe;
Forth=*.fs;*.fth;
Fortran=*.f90;*.f95;*.f03;*.f08;*.F90;*.F95;*.F03;*.F08
FreeBasic=*.bas;*.bi;
FreeBasic=*.bas;*.bi;*.vbs;
Genie=*.gs;
GLSL=*.glsl;*.frag;*.vert;
Go=*.go;