diff options
author | blackbird <devnull@localhost> | 2007-01-12 05:25:09 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2007-01-12 05:25:09 +0100 |
commit | a41305771899a6b3310c186ae1753e6004eceb54 (patch) | |
tree | 82748d5842bde71f81442dd0fd9197ba9e36cf30 /docs/src/tokens.txt | |
parent | c70e9a8d949549dd2a0ef8edc9e57437a2e6ec0d (diff) | |
download | pygments-a41305771899a6b3310c186ae1753e6004eceb54.tar.gz |
[svn] fixed bug in pytb lexer declaration, added ben bangerts mako lexers, documented missing lexers, updated CHANGES
Diffstat (limited to 'docs/src/tokens.txt')
-rw-r--r-- | docs/src/tokens.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/src/tokens.txt b/docs/src/tokens.txt index ea314dbb..113f0a8c 100644 --- a/docs/src/tokens.txt +++ b/docs/src/tokens.txt @@ -302,3 +302,5 @@ highlight a programming language but a patch file. `Generic.Traceback` Marks the token value as a part of an error traceback. + +.. _filters: filters.txt |