summaryrefslogtreecommitdiff
path: root/lib/coderay/helpers
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-10-26 13:38:19 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-10-26 13:38:19 +0200
commitff966c0079404c285925bab3900a74ad9f60058f (patch)
tree84e665dad60a1d91972dd0956012fe20b303f33b /lib/coderay/helpers
parenteffc7e9465859fa6385faecc935ffad50823b381 (diff)
downloadcoderay-ff966c0079404c285925bab3900a74ad9f60058f.tar.gz
minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3
Diffstat (limited to 'lib/coderay/helpers')
-rw-r--r--lib/coderay/helpers/file_type.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb
index cbe0bfc..7b90918 100644
--- a/lib/coderay/helpers/file_type.rb
+++ b/lib/coderay/helpers/file_type.rb
@@ -119,6 +119,7 @@ module CodeRay
# 'sch' => :scheme,
'sql' => :sql,
# 'ss' => :scheme,
+ 'tmproj' => :xml,
'xhtml' => :page,
'xml' => :xml,
'yaml' => :yaml,