Skip to content

Commit 5abfe57

Browse files
committed
util/rouge: add diff lexer
1 parent 26ab15e commit 5abfe57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/clayoven/util.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ module Clayoven::Claytext::Transforms::Util
6161
"coq" => Rouge::Lexers::Coq,
6262
"cpp" => Rouge::Lexers::Cpp,
6363
"c" => Rouge::Lexers::C,
64-
"llvm" => Rouge::Lexers::LLVM
64+
"llvm" => Rouge::Lexers::LLVM,
65+
"diff" => Rouge::Lexers::Diff
6566
}.freeze
6667

6768
# Do a roman to arabic conversion

0 commit comments

Comments
 (0)