summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-22 23:43:06 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-22 23:43:06 +0200
commit2abfc49bdc9a9f4e86c90aa968c302ca76c20812 (patch)
treee1445bb8537ca2f4d79fe2fd5ec6f4aa3b911beb
parent5d1812b9d0e1074eb9ec7b24d6ce0f4f7f80619a (diff)
downloadcoderay-remove-dump.tar.gz
use JSON to highlight .template files (AWS CF)remove-dump
-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 6144e8c..19f27ac 100644
--- a/lib/coderay/helpers/file_type.rb
+++ b/lib/coderay/helpers/file_type.rb
@@ -120,6 +120,7 @@ module CodeRay
'sass' => :sass,
'sql' => :sql,
'taskpaper' => :taskpaper,
+ 'template' => :json, # AWS CloudFormation template
'tmproj' => :xml,
'xaml' => :xml,
'xhtml' => :html,