Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff pygments_lexer_pseudocode2/bases.py @ 71:2ea86269e84e
Doc string
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 28 Apr 2026 19:03:10 +0200 |
| parents | 3f4223a79d2b |
| children | 206017a08ed7 |
line wrap: on
line diff
--- a/pygments_lexer_pseudocode2/bases.py Tue Apr 28 18:33:27 2026 +0200 +++ b/pygments_lexer_pseudocode2/bases.py Tue Apr 28 19:03:10 2026 +0200 @@ -70,7 +70,7 @@ """ def op_ignore(lexer, match, ctx=None): - """Ignore the match.""" + """Unconditionally ignore the match.""" if False: yield match.start(), Other, ""
