summaryrefslogtreecommitdiff
path: root/tests/support/html_formatter.py
diff options
context:
space:
mode:
authorAnteru <bitbucket@ca.sh13.net>2019-03-06 18:58:58 +0000
committerAnteru <bitbucket@ca.sh13.net>2019-03-06 18:58:58 +0000
commit336dc9f7200909200036c80685f9703f40ecd238 (patch)
treea18e33f30ede25ebfc833ed661edb88014114484 /tests/support/html_formatter.py
parentb17601caa391fc3587960e160c57eb96c2dde3e0 (diff)
parentbce3a972a54517884bcbd45e09e0d3e911fe53d7 (diff)
downloadpygments-git-336dc9f7200909200036c80685f9703f40ecd238.tar.gz
Merged in roskakori/pygments-vbscript (pull request #673)
Added lexer for VBScript
Diffstat (limited to 'tests/support/html_formatter.py')
-rw-r--r--tests/support/html_formatter.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/support/html_formatter.py b/tests/support/html_formatter.py
new file mode 100644
index 00000000..169cd4af
--- /dev/null
+++ b/tests/support/html_formatter.py
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+from pygments.formatters import HtmlFormatter
+
+
+class HtmlFormatterWrapper(HtmlFormatter):
+ name = 'HtmlWrapper'