diff options
Diffstat (limited to 'pygments/lexers/grammar_notation.py')
-rw-r--r-- | pygments/lexers/grammar_notation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/grammar_notation.py b/pygments/lexers/grammar_notation.py index 8923bbaa..460914f4 100644 --- a/pygments/lexers/grammar_notation.py +++ b/pygments/lexers/grammar_notation.py @@ -35,7 +35,7 @@ class BnfLexer(RegexLexer): * We do assume that target notation doesn't support comment. - * We don't distinct any operators and punctuation except + * We don't distinguish any operators and punctuation except `::=`. Though these desision making might cause too minimal highlighting |