summaryrefslogtreecommitdiff
path: root/lib/rouge/lexers/math.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rouge/lexers/math.rb')
-rw-r--r--lib/rouge/lexers/math.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/rouge/lexers/math.rb b/lib/rouge/lexers/math.rb
deleted file mode 100644
index 939b23a3421..00000000000
--- a/lib/rouge/lexers/math.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-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