diff options
Diffstat (limited to 'lib/rouge/lexers/plantuml.rb')
-rw-r--r-- | lib/rouge/lexers/plantuml.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rouge/lexers/plantuml.rb b/lib/rouge/lexers/plantuml.rb deleted file mode 100644 index 63c461764fc..00000000000 --- a/lib/rouge/lexers/plantuml.rb +++ /dev/null @@ -1,9 +0,0 @@ -module Rouge - module Lexers - class Plantuml < PlainText - title "A passthrough lexer used for PlantUML input" - desc "PLEASE REFACTOR - this should be handled by SyntaxHighlightFilter" - tag 'plantuml' - end - end -end |