diff options
author | gbrandl <devnull@localhost> | 2008-08-15 20:52:07 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-08-15 20:52:07 +0200 |
commit | 7b4f4b50991018128d0579bd8d39dfb5cab7f26b (patch) | |
tree | 5d010268df6aef0d9cc38403ad9fefef0978b8b1 /pygments/styles/vim.py | |
parent | ee9cafc23b7d5a2c08dd5f738cef82ffc67e4933 (diff) | |
download | pygments-7b4f4b50991018128d0579bd8d39dfb5cab7f26b.tar.gz |
Add hl_lines option to HTML formatter. #325.
Diffstat (limited to 'pygments/styles/vim.py')
-rw-r--r-- | pygments/styles/vim.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/styles/vim.py b/pygments/styles/vim.py index 43d1771f..35b32b88 100644 --- a/pygments/styles/vim.py +++ b/pygments/styles/vim.py @@ -20,6 +20,7 @@ class VimStyle(Style): """ background_color = "#000000" + highlight_color = "#222222" default_style = "#cccccc" styles = { |