2017-01-15 19:07:02 -05:00
|
|
|
module Rouge
|
|
|
|
module Lexers
|
2017-06-07 20:49:03 -04:00
|
|
|
class Plantuml < PlainText
|
2017-01-15 19:07:02 -05:00
|
|
|
title "A passthrough lexer used for PlantUML input"
|
2017-06-07 20:49:03 -04:00
|
|
|
desc "PLEASE REFACTOR - this should be handled by SyntaxHighlightFilter"
|
2017-01-15 19:07:02 -05:00
|
|
|
tag 'plantuml'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|