Skip to content

Commit 2abfc49

Browse files
committed
use JSON to highlight .template files (AWS CF)
1 parent 5d1812b commit 2abfc49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/coderay/helpers/file_type.rb

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ def shebang filename
120120
'sass' => :sass,
121121
'sql' => :sql,
122122
'taskpaper' => :taskpaper,
123+
'template' => :json, # AWS CloudFormation template
123124
'tmproj' => :xml,
124125
'xaml' => :xml,
125126
'xhtml' => :html,

0 commit comments

Comments
 (0)