diff options
| author | Georg Brandl <georg@python.org> | 2016-02-17 10:35:23 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2016-02-17 10:35:23 +0100 |
| commit | deabcfb44389cb55a08e8dedbb266e9b1c4f61ab (patch) | |
| tree | ab7c0bff4046aab085676cd624edf893f6dd4be4 /pygments | |
| parent | c348936391c62f1232dd15dff87caf5ca4122d22 (diff) | |
| download | pygments-deabcfb44389cb55a08e8dedbb266e9b1c4f61ab.tar.gz | |
JSGF: add to CHANGES, add versionadded
Diffstat (limited to 'pygments')
| -rw-r--r-- | pygments/lexers/grammar_notation.py | 3 |
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'] |
