diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:43:06 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-22 23:43:06 +0200 |
commit | 2abfc49bdc9a9f4e86c90aa968c302ca76c20812 (patch) | |
tree | e1445bb8537ca2f4d79fe2fd5ec6f4aa3b911beb /lib/coderay | |
parent | 5d1812b9d0e1074eb9ec7b24d6ce0f4f7f80619a (diff) | |
download | coderay-2abfc49bdc9a9f4e86c90aa968c302ca76c20812.tar.gz |
use JSON to highlight .template files (AWS CF)remove-dump
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/helpers/file_type.rb | 1 |
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, |