summaryrefslogtreecommitdiff
path: root/pygments/lexers/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Shell/supercollider: style fixesGeorg Brandl2015-10-171-23/+24
* Refs #1125: improve detection of builtins.Tim Hatch2015-10-161-1/+1
* Merged in dscorbett/pygments-batch (pull request #430)Tim Hatch2015-10-141-37/+289
|\
| * Improve BatchLexerDavid Corbett2014-12-231-37/+289
* | Cleanups in preparation for 2.1 release.Tim Hatch2015-10-141-1/+1
* | Rework of shell session lexersTim Hatch2015-10-141-24/+7
* | Merged in hhsprings/pygments-main (pull request #479)Tim Hatch2015-10-141-52/+86
|\ \
| * | Add Tcsh session lexerTim Hatch2015-10-141-1/+17
| * | 1. fix wrong versionadded.hhsprings2015-06-191-127/+44
| * | add MSDOSSessionLexer and PowerShellSessionLexer.hhsprings2015-06-191-1/+102
* | | Merged bucaran/pygments-main (default branch, manually) (pull request #422)Tim Hatch2015-10-131-3/+6
|\ \ \
| * | | Rewrite single character variable handling in BashLexerTim Hatch2015-10-091-1/+3
| * | | Fix highlighting for $# in the shell lexer.Frits van Bommel2015-04-221-1/+1
| |/ /
| * | Added a new token type Comment.Hashbang with its documentation, and a support...Miikka Salminen2015-03-071-1/+2
| * | Copyright year update.Georg Brandl2015-01-211-1/+1
| |/
* | Add FishShellLexer class, example.fish and rebuild lexer mapping.Jorge Bucaran2014-11-281-1/+74
|/
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-1/+1
* Curly brace escaping, round 1.Tim Hatch2014-10-151-2/+2
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-2/+2
* Closes #1016: add "shell" alias for bash.Georg Brandl2014-10-071-1/+1
* BashLexer: Correctly handle $'' strings.Tim Hatch2014-10-061-3/+4
* BashLexer: Significantly improve handling of quoted strings (and ${})Tim Hatch2014-10-061-7/+16
* Update ElixirLexer and example_elixir.exAlexei Sholik2014-06-051-0/+427