summaryrefslogtreecommitdiff
path: root/pygments/lexers/math.py
diff options
context:
space:
mode:
authorJeffrey B. Arnold <jeffrey.arnold@gmail.com>2013-11-24 20:18:02 -0500
committerJeffrey B. Arnold <jeffrey.arnold@gmail.com>2013-11-24 20:18:02 -0500
commit6dff857474123310c8a49e21778ff284c6234244 (patch)
treedeb1c3a577b0cbb36ce7e8848c2b6cd8c840d6d2 /pygments/lexers/math.py
parent0e187dc6d5b3735c7fe82d79e6c2ceebeebc2d55 (diff)
downloadpygments-6dff857474123310c8a49e21778ff284c6234244.tar.gz
updated StanLexer to Stan version 2.0.1 language.
Diffstat (limited to 'pygments/lexers/math.py')
-rw-r--r--pygments/lexers/math.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pygments/lexers/math.py b/pygments/lexers/math.py
index f0e49fef..cbdacb4d 100644
--- a/pygments/lexers/math.py
+++ b/pygments/lexers/math.py
@@ -1308,9 +1308,9 @@ class JagsLexer(RegexLexer):
class StanLexer(RegexLexer):
"""Pygments Lexer for Stan models.
- The Stan modeling language is specified in the *Stan 1.3.0
+ The Stan modeling language is specified in the *Stan 2.0.1
Modeling Language Manual* `pdf
- <http://code.google.com/p/stan/downloads/detail?name=stan-reference-1.3.0.pdf>`_.
+ <https://github.com/stan-dev/stan/releases/download/v2.0.1/stan-reference-2.0.1.pdf>`__
*New in Pygments 1.6.*
"""