diff options
author | gbrandl <devnull@localhost> | 2006-10-23 11:39:26 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2006-10-23 11:39:26 +0200 |
commit | 1ffbc739cf98f4ad9d6e88429d70a72df7af3a5a (patch) | |
tree | dedde5db6b6b46175fda448e8e694615456fb6fe /pygments/lexer.py | |
parent | 18c14bcd9a8b783fe09287379334fa0ba6975d88 (diff) | |
download | pygments-1ffbc739cf98f4ad9d6e88429d70a72df7af3a5a.tar.gz |
[svn] Test commit to see if DAV works with includes again.
Diffstat (limited to 'pygments/lexer.py')
-rw-r--r-- | pygments/lexer.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pygments/lexer.py b/pygments/lexer.py index 816e99bd..6f57f31d 100644 --- a/pygments/lexer.py +++ b/pygments/lexer.py @@ -386,9 +386,7 @@ class LexerContext(object): class ExtendedRegexLexer(RegexLexer): """ - A RegexLexer which additionally allows functions to be - specified as "token types", in which case the function will - be called. + A RegexLexer that uses a context object to store its state. """ def get_tokens_unprocessed(self, text=None, context=None): |