From ec39fd791d2b82448b214cabc02c9d3c70f803f0 Mon Sep 17 00:00:00 2001 From: Rob Date: Tue, 23 Jan 2018 10:47:36 +0100 Subject: [PATCH] add .bas to filetypes --- grammars/vb.net.cson | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grammars/vb.net.cson b/grammars/vb.net.cson index 8b8099a..d3c7345 100644 --- a/grammars/vb.net.cson +++ b/grammars/vb.net.cson @@ -1,6 +1,7 @@ comment: "Originally converted from the textmate ASP.VB.Net bundle. Modified my Luke Davies." fileTypes: [ - "vb" + "vb", + "bas" ] name: "VB.NET" patterns: [