summaryrefslogtreecommitdiff
path: root/doc/source-highlight-filter.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source-highlight-filter.txt')
-rw-r--r--doc/source-highlight-filter.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source-highlight-filter.txt b/doc/source-highlight-filter.txt
index 12ce688..2c29b68 100644
--- a/doc/source-highlight-filter.txt
+++ b/doc/source-highlight-filter.txt
@@ -58,7 +58,12 @@ to 'pygments').
- The 'pygmentize' command must reside in the shell search 'PATH'.
- You can customize Pygments CSS styles by editing
- `./stylesheets/pygments.css`.
+ `./stylesheets/pygments.css`. The `pygments.css` CSS file was
+ generated with:
+
+ from pygments.formatters import HtmlFormatter
+ print HtmlFormatter().get_style_defs('.highlight')
+
- To make Pygments your default highlighter put the following line
your `~/.asciidoc/asciidoc.conf` file: