summaryrefslogtreecommitdiff
path: root/pygments
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-17 10:35:23 +0100
committerGeorg Brandl <georg@python.org>2016-02-17 10:35:23 +0100
commitdeabcfb44389cb55a08e8dedbb266e9b1c4f61ab (patch)
treeab7c0bff4046aab085676cd624edf893f6dd4be4 /pygments
parentc348936391c62f1232dd15dff87caf5ca4122d22 (diff)
downloadpygments-deabcfb44389cb55a08e8dedbb266e9b1c4f61ab.tar.gz
JSGF: add to CHANGES, add versionadded
Diffstat (limited to 'pygments')
-rw-r--r--pygments/lexers/grammar_notation.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/lexers/grammar_notation.py b/pygments/lexers/grammar_notation.py
index 21c59b09..d59cc61c 100644
--- a/pygments/lexers/grammar_notation.py
+++ b/pygments/lexers/grammar_notation.py
@@ -137,8 +137,9 @@ class JsgfLexer(RegexLexer):
"""
For `JSpeech Grammar Format <https://www.w3.org/TR/jsgf/>`_
grammars.
- """
+ .. versionadded:: 2.2
+ """
name = 'JSGF'
aliases = ['jsgf']
filenames = ['*.jsgf']