summaryrefslogtreecommitdiff
path: root/tests/test_shell.py
Commit message (Expand)AuthorAgeFilesLines
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Recognize single > as a prompt in dosconMiro Hron?ok2017-09-221-1/+18
* Copyright update.Georg Brandl2017-01-221-1/+1
* Add backslash-continuation support to console lexer.Tim Hatch2016-06-011-1/+22
* Improve number highlighting in bash.Tim Hatch2016-06-011-0/+32
* Rewrite single character variable handling in BashLexerTim Hatch2015-10-091-0/+26
* Copyright year update.Georg Brandl2015-01-211-1/+1
* BashLexer: Correctly handle $'' strings.Tim Hatch2014-10-061-4/+15
* BashLexer: Significantly improve handling of quoted strings (and ${})Tim Hatch2014-10-061-0/+52