Python docstrings should be green

Else everything is cyan: constants like numbers and strings *and* the docstrings.
This commit is contained in:
Christian Nicolai 2011-09-03 16:00:12 +02:00
parent 269586ce04
commit 499511cac7
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
=Idle =Idle
=Comment green =Comment green
=CommentLabel bold green =CommentLabel bold green
=Docstring cyan =Docstring green
=DocstringLabel bold cyan =DocstringLabel bold green
=DocEscape bold cyan =DocEscape bold cyan
=Constant cyan =Constant cyan
=Escape bold cyan =Escape bold cyan