From ff966c0079404c285925bab3900a74ad9f60058f Mon Sep 17 00:00:00 2001 From: Kornelius Kalnbach Date: Wed, 26 Oct 2011 13:38:19 +0200 Subject: minor fix in diff scanner, .tmproj filetype: 1.0.3 --- lib/coderay/helpers/file_type.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/coderay/helpers') 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, -- cgit v1.2.1