From 8451ca4948df8a9bb53320b1b208272d9f22a870 Mon Sep 17 00:00:00 2001 From: Jonathan Drake Date: Mon, 28 Apr 2014 09:26:10 -0700 Subject: [PATCH] Added vb extension for vbscript --- src/GitList/Util/Repository.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GitList/Util/Repository.php b/src/GitList/Util/Repository.php index 5f6c80c..b0e69b6 100644 --- a/src/GitList/Util/Repository.php +++ b/src/GitList/Util/Repository.php @@ -60,6 +60,7 @@ class Repository 'st' => 'smalltalk', 'tex' => 'stex', 'vbs' => 'vbscript', + 'vb' => 'vbscript', 'v' => 'verilog', 'xml' => 'xml', 'xsd' => 'xml',