Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
view requirements.txt @ 91:feb41c8d72d2
Instead of "\s+" use "[^\S\n]+" because a \n is not wanted really in this match.
\n is to be handled separately!
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 02 May 2026 14:55:15 +0200 |
| parents | 3ccfa7f45044 |
| children |
line wrap: on
line source
# # - Tests need this version for "load_XXX_from_file()" # - But Sphinx yields errors on Python 2.7 (also with Pygments 2.0.1) # Pygments>=2.2
