summaryrefslogtreecommitdiff
path: root/break_filelist
diff options
context:
space:
mode:
authorDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-02 18:24:43 -0400
committerDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-02 18:24:43 -0400
commit7312fc65c427ec193a5e0b3988bbe77e3f5bfd9f (patch)
tree80fe24632f0ffdb8bb13a340bbfe68ab2c7c9882 /break_filelist
parentb01dd02bf67b722fb76b00f8750b1e2ee26db7e1 (diff)
downloadsloccount-git-7312fc65c427ec193a5e0b3988bbe77e3f5bfd9f.tar.gz
Add Support for Visual Basic 4,5,6 [by Sven Strickroth (MrTux)]
- This patch adds support for Visual Basic 4,5,6 - https://sourceforge.net/p/sloccount/patches/7/
Diffstat (limited to 'break_filelist')
-rwxr-xr-xbreak_filelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/break_filelist b/break_filelist
index b6acf45..a6e6d15 100755
--- a/break_filelist
+++ b/break_filelist
@@ -205,6 +205,7 @@ $noisy = 0; # Set to 1 if you want noisy reports.
"hs" => "haskell", "lhs" => "haskell",
# ???: .pco is Oracle Cobol
"jsp" => "jsp", # Java server pages
+ "bas" => "vbasic", "frm" => "vbasic", "cls" => "vbasic", "dsr" => "vbasic",
"js" => "javascript",
);