diff options
author | Georg Brandl <georg@python.org> | 2011-09-22 13:19:48 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-22 13:19:48 +0200 |
commit | 4284b18b6517c18cbb361fb5d02d7be3e9fe288f (patch) | |
tree | a9c5050e969a08d6089d1e4d8f0fe2f516fe5764 | |
parent | 8c68cf5c445e6629d6c123668a23829d683e9ecd (diff) | |
parent | 03bc8073703550f6ca45b61c88cefac6fa09899f (diff) | |
download | pygments-4284b18b6517c18cbb361fb5d02d7be3e9fe288f.tar.gz |
Merged in krasul/pygments-main (pull request #23)
-rw-r--r-- | docs/src/lexerdevelopment.txt | 2 | ||||
-rw-r--r-- | docs/src/styles.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/lexerdevelopment.txt b/docs/src/lexerdevelopment.txt index b67d6c87..6ffc4b72 100644 --- a/docs/src/lexerdevelopment.txt +++ b/docs/src/lexerdevelopment.txt @@ -121,7 +121,7 @@ sections, comments and key = value pairs: } The lexer first looks for whitespace, comments and section names. And later it -looks for a line that looks like a key, value pair, seperated by an ``'='`` +looks for a line that looks like a key, value pair, separated by an ``'='`` sign, and optional whitespace. The `bygroups` helper makes sure that each group is yielded with a different diff --git a/docs/src/styles.txt b/docs/src/styles.txt index acb70c37..e3e9cfb3 100644 --- a/docs/src/styles.txt +++ b/docs/src/styles.txt @@ -85,7 +85,7 @@ Here a small overview of all allowed styles: ``bold`` render text as bold ``nobold`` - don't render text as bold (to prevent subtokens behing highlighted bold) + don't render text as bold (to prevent subtokens being highlighted bold) ``italic`` render text italic ``noitalic`` |