summaryrefslogtreecommitdiff
path: root/tests/snippets/console
Commit message (Collapse)AuthorAgeFilesLines
* Improve whitespace handling in the BashLexer.Matthäus G. Chajdas2022-12-048-17/+17
|
* Correctly highlight multiline console input, even without PS2 prompt (#1833)Jesse Tan2021-06-044-0/+32
|
* Regenerate test files.Matthäus G. Chajdas2021-02-072-0/+2
| | | | This adds a newline and makes sure the files round-trip correctly.
* Merge branch 'master' of https://github.com/mathiasertl/pygments into ↵Matthäus G. Chajdas2021-01-305-2/+52
| | | | | | | | | mathiasertl-master Resolve conflicts, move tests to snippets, regenerate example files. # Conflicts: # tests/test_shell.py
* Rename "tests/lexers" to "tests/snippets" and update the contributionGeorg Brandl2021-01-204-0/+47
docs to point to both snippets and examplefiles.