summaryrefslogtreecommitdiff
path: root/break_filelist
diff options
context:
space:
mode:
authorMichael Gebetsroither <gebi@grml.org>2012-04-11 12:21:24 +0200
committerJari Aalto <jari.aalto@cante.net>2012-04-11 12:21:24 +0200
commitfbf79a96a03e388fc71075a095de38de6ada7b53 (patch)
tree877e49b7f155f5ce2d83f08ff1997265c60cac43 /break_filelist
parent9bd10a159f7ca4dce5a103cb555742eb061e160b (diff)
BTS 462392: add support to Erlang
Gbp-Pq: Name 20_bts462392_erlang_support.patch
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 7df41ab..86d0e74 100755
--- a/break_filelist
+++ b/break_filelist
@@ -166,6 +166,7 @@ $noisy = 0; # Set to 1 if you want noisy reports.
# can be separated.
"h" => "h", "H" => "h", "hpp" => "h", "hh" => "h",
"ada" => "ada", "adb" => "ada", "ads" => "ada",
+ "erl" => "erlang",
"pad" => "ada", # Oracle Ada preprocessor.
"f" => "fortran", "F" => "fortran", # This catches "wokka.F" as Fortran.
# Warning: "Freeze" format also uses .f. Haven't heard of problems,