From 37b44e9f400bd4102fa83f237e779755a5b26e10 Mon Sep 17 00:00:00 2001 From: seanchase Date: Mon, 13 Jun 2016 15:33:24 +0900 Subject: [PATCH] Added .vba and .bas Even though everything in VBA is not fully supported in this highlighter, it is still very useful. .BAS is another common VBS, VBA file extension. --- VBScript.tmLanguage | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VBScript.tmLanguage b/VBScript.tmLanguage index 936c83e..edce482 100644 --- a/VBScript.tmLanguage +++ b/VBScript.tmLanguage @@ -7,6 +7,8 @@ fileTypes vbs + vba + bas vbe wsf wsc