summaryrefslogtreecommitdiff
path: root/lib/coderay
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-09 21:17:31 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-09 21:17:31 +0200
commit60d03a22df232528d7cc1b6a11e0ecc68171873a (patch)
tree7f917df193fb214fcb666424e882de58dd00d9c6 /lib/coderay
parent8a95c0a59eab55caaa4aff142f6448ede91db4d7 (diff)
downloadcoderay-60d03a22df232528d7cc1b6a11e0ecc68171873a.tar.gz
add .xaml file type (use XML scanner)
Diffstat (limited to 'lib/coderay')
-rw-r--r--lib/coderay/helpers/file_type.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/coderay/helpers/file_type.rb b/lib/coderay/helpers/file_type.rb
index 12556d0..a5d83ff 100644
--- a/lib/coderay/helpers/file_type.rb
+++ b/lib/coderay/helpers/file_type.rb
@@ -118,10 +118,9 @@ module CodeRay
'ru' => :ruby,
'rxml' => :ruby,
'sass' => :sass,
- # 'sch' => :scheme,
'sql' => :sql,
- # 'ss' => :scheme,
'tmproj' => :xml,
+ 'xaml' => :xml,
'xhtml' => :html,
'xml' => :xml,
'yaml' => :yaml,