summaryrefslogtreecommitdiff
path: root/pygments/lexers/shell.py
Commit message (Expand)AuthorAgeFilesLines
* Closes #862: better guess for shell lexer.Georg Brandl2013-05-201-1/+4
* merge with mgorny/pygments-vim-modelines-r1 (pull request #118)Georg Brandl2013-05-191-1/+1
|\
| * Add vim-specific aliases for lexers.Micha? G?rny2012-10-191-1/+1
* | Followup for #844, recognize pipe again.Tim Hatch2013-05-091-0/+1
* | Make BashLexer recognize end of words around '&', '|', and ';' properly.Tim Hatch2013-05-091-2/+3
* | Split PowerShell root into two states, so we know when a close paren isTim Hatch2013-05-091-4/+7
* | PowerShellLexer: more fixesgentoo902013-04-191-17/+10
* | PowerShellLexer: minor fixesgentoo902013-04-071-6/+19
* | Added ShellSessionLexerChristian Jann2013-01-251-1/+47
* | Happy new year 2013.Georg Brandl2013-01-091-1/+1
|/
* Closes #763: bash: support here-strings.Georg Brandl2012-08-191-0/+1
* Closes #782: add PowerShell escape syntax outside stringsGeorg Brandl2012-08-191-0/+2
* Merged in jpolley_atlassian/pygments-main (pull request #55)Georg Brandl2012-03-101-2/+2
|\
| * Extend the parsing of Generic.Prompt when lexing a shell session to support t...James Polley2012-02-201-2/+2
* | Merged in rafaelmartins/pygments-main (pull request #60)Georg Brandl2012-03-101-3/+3
|\ \
| * | Minor lint fixesTim Hatch2012-03-091-3/+3
| |/
* | Added more vim and bash configuration file names.Rafael G. Martins2012-03-101-1/+2
|/
* Copyright update.Georg Brandl2012-02-051-1/+1
* Closes #654: add PowerShell lexer.Georg Brandl2012-02-051-1/+88
* Style fixes.Georg Brandl2012-02-051-5/+5
* Module reorganizing: move sql stuff together, create new "shell" module.Georg Brandl2012-02-051-0/+273