summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Adams <james.adams@stfc.ac.uk>2013-04-19 15:25:48 +0100
committerJames Adams <james.adams@stfc.ac.uk>2013-04-19 15:25:48 +0100
commitba78b169cbcdd1d75ce6121ef8247f33a6bae2b1 (patch)
tree13a9bc8a6477338cd68421508e7d54796df82d1b
parent43dd053f85bec05e8639f19d11a22cc9dad250ee (diff)
downloadpygments-ba78b169cbcdd1d75ce6121ef8247f33a6bae2b1.tar.gz
Add URL for pan
-rw-r--r--pygments/lexers/other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/other.py b/pygments/lexers/other.py
index 83771a93..98e4c90d 100644
--- a/pygments/lexers/other.py
+++ b/pygments/lexers/other.py
@@ -3668,7 +3668,7 @@ class AutoItLexer(RegexLexer):
class PanLexer(RegexLexer):
"""
- Lexer for pan source files.
+ Lexer for `pan <http://github.com/quattor/pan/>`_ source files.
Based on tcsh lexer.
"""