diff options
| author | blackbird <blackbird@localhost> | 2006-10-19 22:22:04 +0200 |
|---|---|---|
| committer | blackbird <blackbird@localhost> | 2006-10-19 22:22:04 +0200 |
| commit | 8ae3c92ad667e3f1bdc642ae8d84e52fbf74f2e2 (patch) | |
| tree | 6eeb615c037a6f40b57433ef3d8ef686a6aa5753 | |
| parent | ddfed162a21730b9ca2b37a6edb94c0ed88e93db (diff) | |
| download | pygments-git-8ae3c92ad667e3f1bdc642ae8d84e52fbf74f2e2.tar.gz | |
[svn] added colors for operator words in native style
| -rw-r--r-- | pygments/styles/native.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py index e50a6242..fa12ddad 100644 --- a/pygments/styles/native.py +++ b/pygments/styles/native.py @@ -26,6 +26,7 @@ class NativeStyle(Style): Keyword: 'bold #6ab825', Keyword.Pseudo: 'nobold', + Operator.Word: 'bold #6ab825', String: '#ed9d13', String.Other: '#ffa500', |
