summaryrefslogtreecommitdiff
path: root/break_filelist
diff options
context:
space:
mode:
authorDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-01 20:21:04 -0400
committerDavid A. Wheeler <dwheeler@dwheeler.com>2013-09-01 20:21:04 -0400
commit5c545e92fb2c41ca6c8d5e8ef3cfb8d5babb9107 (patch)
tree96e99942389af71f3fdd7e8f875f9d4b9cf64c75 /break_filelist
parent7bfa200baafec69dac53d4294a9fbc7b8639b292 (diff)
downloadsloccount-git-5c545e92fb2c41ca6c8d5e8ef3cfb8d5babb9107.tar.gz
Add basic Javascript support [from Akita Noek]
- https://sourceforge.net/p/sloccount/patches/4/
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 a4f9858..ed70475 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
+ "js" => "javascript",
);