summaryrefslogtreecommitdiff
path: root/pygments/lexer.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-23 11:39:26 +0200
committergbrandl <devnull@localhost>2006-10-23 11:39:26 +0200
commit1ffbc739cf98f4ad9d6e88429d70a72df7af3a5a (patch)
treededde5db6b6b46175fda448e8e694615456fb6fe /pygments/lexer.py
parent18c14bcd9a8b783fe09287379334fa0ba6975d88 (diff)
downloadpygments-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.py4
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):