summaryrefslogtreecommitdiff
path: root/pygments/lexers/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in hroncok/pygments-main/doscon_prompt (pull request #734)Anteru2019-05-091-1/+1
|\
| * Recognize single > as a prompt in dosconMiro Hron?ok2017-09-221-1/+1
* | Fix #1494.Matth?us G. Chajdas2019-03-061-1/+1
* | Small cleanups to the Slurm lexer.Matth?us G. Chajdas2018-12-211-2/+4
* | Merged in bgcook/pygments-main (pull request #760)Anteru2018-12-211-8/+25
|\ \
| * \ Merged in witchard/pygments-main (pull request #706)Anteru2018-12-171-1/+1
| |\ \
| | * | Added support for text/x-shellscript mime type. Fixes #1332.witchard2017-02-181-1/+1
| | |/
| * | Fix PowerShellLexer defining built-in aliases incorrectly.Matth?us G. Chajdas2018-12-161-2/+2
| * | Add verbs from PS v5.1Chris Duck2017-02-111-7/+11
| * | Add built-in aliases to PowerShellLexerChris Duck2017-02-111-0/+13
| |/
* | added Slurm script parserBrandon Cook2018-05-111-1/+21
|/
* all: run regexlint, add a few more changelog entriesGeorg Brandl2017-01-221-1/+1
* Merged in belak/pygments-main/lexers-shell-zsh-files (pull request #654)Georg Brandl2017-01-221-4/+5
|\
| * Highlight zsh files using the BashLexerKaleb Elwert2016-08-181-4/+5
* | Merged in dscorbett/pygments-batch (pull request #620)Georg Brandl2017-01-221-4/+7
|\ \
| * | Fix Batch variables after IFDavid Corbett2016-07-131-4/+7
| |/
* | Copyright update.Georg Brandl2017-01-221-1/+1
|/
* Only += is an operatorCamil Staps2016-06-161-3/+1
* Fixes #1246Camil Staps2016-06-161-0/+2
* Add backslash-continuation support to console lexer.Tim Hatch2016-06-011-1/+7
* Improve number highlighting in bash.Tim Hatch2016-06-011-1/+1
* Fix Batch variables in FOR loop commandsDavid Corbett2016-05-251-2/+2
* Fix Batch stringsDavid Corbett2016-03-011-4/+4
* Bash lexer: letter from "g" to "z" should also be treated as part of a variab...Hong Xu2016-02-281-1/+1
* Add support for highlighting the exheres-0 formatGeorg Brandl2016-02-021-0/+1
* 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
* Replace a-z0-9_ with \w when IGNORECASE is setGaurav Jain2014-05-151-4/+4
* Replace all occurences of [a-zA-Z0-9_] with \wGaurav Jain2014-05-141-2/+2
* Fix PanLexer and TcshLexer to allow inline comments without whitespaceTim Hatch2014-04-241-2/+3