1 parent 26ab15e commit 5abfe57Copy full SHA for 5abfe57
1 file changed
lib/clayoven/util.rb
@@ -61,7 +61,8 @@ module Clayoven::Claytext::Transforms::Util
61
"coq" => Rouge::Lexers::Coq,
62
"cpp" => Rouge::Lexers::Cpp,
63
"c" => Rouge::Lexers::C,
64
- "llvm" => Rouge::Lexers::LLVM
+ "llvm" => Rouge::Lexers::LLVM,
65
+ "diff" => Rouge::Lexers::Diff
66
}.freeze
67
68
# Do a roman to arabic conversion
0 commit comments