debian-mirror-gitlab/lib/rouge/lexers/math.rb
2017-09-10 17:25:29 +05:30

9 lines
225 B
Ruby

module Rouge
module Lexers
class Math < PlainText
title "A passthrough lexer used for LaTeX input"
desc "PLEASE REFACTOR - this should be handled by SyntaxHighlightFilter"
tag 'math'
end
end
end