diff options
author | Georg Brandl <georg@python.org> | 2014-11-15 08:57:18 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-11-15 08:57:18 +0100 |
commit | 55100eea85e7f55d07cc4b53ce94954711ef2182 (patch) | |
tree | d22bacb5d12dad96c83af81c7f684a55f3012355 /pygments/lexers/console.py | |
parent | fc5bf35d2c1b74fb0748687a0b7ffceb482f79c2 (diff) | |
parent | fd39cd931256ba0d3788fc481191d7cab2f4a617 (diff) | |
download | pygments-55100eea85e7f55d07cc4b53ce94954711ef2182.tar.gz |
Merged in jrnold/pygments-main-stan (pull request #415)
updated Stan lexer to language version 2.5.0
Diffstat (limited to 'pygments/lexers/console.py')
-rw-r--r-- | pygments/lexers/console.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/console.py b/pygments/lexers/console.py index 56120582..c76ed648 100644 --- a/pygments/lexers/console.py +++ b/pygments/lexers/console.py @@ -18,7 +18,7 @@ __all__ = ['VCTreeStatusLexer', 'PyPyLogLexer'] class VCTreeStatusLexer(RegexLexer): """ - For colorizing output of version control status commans, like "hg + For colorizing output of version control status commands, like "hg status" or "svn status". .. versionadded:: 2.0 |