diff options
author | Johan Sørensen <johan@johansorensen.com> | 2009-04-15 13:45:44 +0200 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2009-04-22 15:18:32 +0200 |
commit | 8b36e8a9808c731ef039c230121ec88a42011fa9 (patch) | |
tree | fca54dd8e2efd5ab6d81d4c2ffdf773323747228 /app/helpers/blobs_helper.rb | |
parent | 68b94e230226f1130fef57ddce3688225e015810 (diff) | |
download | gitorious-mainline-outdated-8b36e8a9808c731ef039c230121ec88a42011fa9.zip gitorious-mainline-outdated-8b36e8a9808c731ef039c230121ec88a42011fa9.tar.gz gitorious-mainline-outdated-8b36e8a9808c731ef039c230121ec88a42011fa9.tar.bz2 |
Clojure is kinda lispy, syntax highlight it as such
Diffstat (limited to 'app/helpers/blobs_helper.rb')
-rw-r--r-- | app/helpers/blobs_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/blobs_helper.rb b/app/helpers/blobs_helper.rb index dfb8632..8e9bcd2 100644 --- a/app/helpers/blobs_helper.rb +++ b/app/helpers/blobs_helper.rb @@ -23,7 +23,7 @@ module BlobsHelper include TreesHelper HIGHLIGHTER_TO_EXT = { - "list" => /\.(lisp|cl|l|mud|el)$/, + "list" => /\.(lisp|cl|l|mud|el|clj)$/, "hs" => /\.hs$/, "css" => /\.css$/, "lua" => /\.lua$/, |