| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bash lexer: letter from "g" to "z" should also be treated as part of a ↵ | Hong Xu | 2016-02-28 | 1 | -1/+1 |
| | | | | | | | variable name. Fixes #1214 | ||||
| * | Add support for highlighting the exheres-0 format | Georg Brandl | 2016-02-02 | 1 | -0/+1 |
| | | | | | From: "Wulf C. Krueger" <philantrop@exherbo.org> | ||||
| * | Shell/supercollider: style fixes | Georg Brandl | 2015-10-17 | 1 | -23/+24 |
| | | |||||
| * | Refs #1125: improve detection of builtins. | Tim Hatch | 2015-10-16 | 1 | -1/+1 |
| | | | | | It's still too greedy, e.g. 'jobs jobs jobs' highlights all as builtins, while only the first should be. | ||||
| * | Merged in dscorbett/pygments-batch (pull request #430) | Tim Hatch | 2015-10-14 | 1 | -37/+289 |
| |\ | |||||
| | * | Improve BatchLexer | David Corbett | 2014-12-23 | 1 | -37/+289 |
| | | | |||||
| * | | Cleanups in preparation for 2.1 release. | Tim Hatch | 2015-10-14 | 1 | -1/+1 |
| | | | |||||
| * | | Rework of shell session lexers | Tim Hatch | 2015-10-14 | 1 | -24/+7 |
| | | | |||||
| * | | Merged in hhsprings/pygments-main (pull request #479) | Tim Hatch | 2015-10-14 | 1 | -52/+86 |
| |\ \ | |||||
| | * | | Add Tcsh session lexer | Tim Hatch | 2015-10-14 | 1 | -1/+17 |
| | | | | |||||
| | * | | 1. fix wrong versionadded. | hhsprings | 2015-06-19 | 1 | -127/+44 |
| | | | | | | | | | | | | | 2. extract base session lexer ShellSessionBaseLexer. | ||||
| | * | | add MSDOSSessionLexer and PowerShellSessionLexer. | hhsprings | 2015-06-19 | 1 | -1/+102 |
| | | | | |||||
| * | | | Merged bucaran/pygments-main (default branch, manually) (pull request #422) | Tim Hatch | 2015-10-13 | 1 | -3/+6 |
| |\ \ \ | | | | | | | | | | | | | Add FishShellLexer | ||||
| | * | | | Rewrite single character variable handling in BashLexer | Tim Hatch | 2015-10-09 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | Fixes #877 | ||||
| | * | | | Fix highlighting for $# in the shell lexer. | Frits van Bommel | 2015-04-22 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | | | | If '$' is directly followed by '#' the variable ends right there. This is especially important at the end of a string, as the closing quote would be lexed as part of the variable instead, but was wrong in every other case as well. Fixed by simply removing the '#?' and letting the following '.' eat it. | ||||
| | * | | Added a new token type Comment.Hashbang with its documentation, and a ↵ | Miikka Salminen | 2015-03-07 | 1 | -1/+2 |
| | | | | | | | | | | | | | support for it in Javascript, Perl, Python, Ruby and Bash lexers. | ||||
| | * | | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| | |/ | |||||
| * | | Add FishShellLexer class, example.fish and rebuild lexer mapping. | Jorge Bucaran | 2014-11-28 | 1 | -1/+74 |
| |/ | |||||
| * | Simplify charclasses in a few more modules | Georg Brandl | 2014-11-06 | 1 | -1/+1 |
| | | |||||
| * | Curly brace escaping, round 1. | Tim Hatch | 2014-10-15 | 1 | -2/+2 |
| | | | | | | These locations were all found by regexlint and done semi-manually, leaving braces within [] alone (they aren't special in the 'regex' module). | ||||
| * | all lexers: fix unescaped { and } so that the "regex" module can compile our ↵ | Georg Brandl | 2014-10-15 | 1 | -2/+2 |
| | | | | | regexes | ||||
| * | Closes #1016: add "shell" alias for bash. | Georg Brandl | 2014-10-07 | 1 | -1/+1 |
| | | |||||
| * | BashLexer: Correctly handle $'' strings. | Tim Hatch | 2014-10-06 | 1 | -3/+4 |
| | | |||||
| * | BashLexer: Significantly improve handling of quoted strings (and ${}) | Tim Hatch | 2014-10-06 | 1 | -7/+16 |
| | | | | | Fixes #994 | ||||
| * | Replace a-z0-9_ with \w when IGNORECASE is set | Gaurav Jain | 2014-05-15 | 1 | -4/+4 |
| | | |||||
| * | Replace all occurences of [a-zA-Z0-9_] with \w | Gaurav Jain | 2014-05-14 | 1 | -2/+2 |
| | | |||||
| * | Fix PanLexer and TcshLexer to allow inline comments without whitespace | Tim Hatch | 2014-04-24 | 1 | -2/+3 |
| | | |||||
| * | Ensure that number literals with base syntax use a single token | Gaurav Jain | 2014-04-20 | 1 | -0/+1 |
| | | |||||
| * | Reorder regex matches to ensure number match is before text | Gaurav Jain | 2014-04-20 | 1 | -1/+1 |
| | | |||||
| * | Add handling of arthmetic base syntax for math expressions | Gaurav Jain | 2014-04-20 | 1 | -0/+1 |
| | | |||||
| * | use versionadded directives | Georg Brandl | 2014-01-19 | 1 | -6/+6 |
| | | |||||
| * | Added PKGBUILD (Arch Linux buildscripts) filename to BashLexer | Stefan Tatschner | 2014-01-10 | 1 | -1/+1 |
| | | |||||
| * | new year in copyright notice | Georg Brandl | 2014-01-10 | 1 | -1/+1 |
| | | |||||
| * | add "batch" alias to batch lexer | Georg Brandl | 2014-01-09 | 1 | -1/+1 |
| | | |||||
| * | Closes #902: add missing option "]" after prompt in ShellSession lexer | Georg Brandl | 2014-01-09 | 1 | -1/+1 |
| | | |||||
| * | Closes #914: powershell: recognize escaped backtick correctly | Georg Brandl | 2014-01-09 | 1 | -1/+1 |
| | | |||||
| * | Improve BashLexer | Akinori Hattori | 2013-11-24 | 1 | -2/+2 |
| | | |||||
| * | Avoid highlighting intraword tokens. | user | 2013-09-18 | 1 | -3/+3 |
| | | |||||
| * | Closes #862: better guess for shell lexer. | Georg Brandl | 2013-05-20 | 1 | -1/+4 |
| | | |||||
| * | merge with mgorny/pygments-vim-modelines-r1 (pull request #118) | Georg Brandl | 2013-05-19 | 1 | -1/+1 |
| |\ | |||||
| | * | Add vim-specific aliases for lexers. | Micha? G?rny | 2012-10-19 | 1 | -1/+1 |
| | | | |||||
| * | | Followup for #844, recognize pipe again. | Tim Hatch | 2013-05-09 | 1 | -0/+1 |
| | | | |||||
| * | | Make BashLexer recognize end of words around '&', '|', and ';' properly. | Tim Hatch | 2013-05-09 | 1 | -2/+3 |
| | | | | | | | | | Fixes #844 | ||||
| * | | Split PowerShell root into two states, so we know when a close paren is | Tim Hatch | 2013-05-09 | 1 | -4/+7 |
| | | | | | | | | | | | | | expected. Fixes #869 | ||||
| * | | PowerShellLexer: more fixes | gentoo90 | 2013-04-19 | 1 | -17/+10 |
| | | | | | | | | | | | | | | | | | * '$(...)' blocks inside double quoted strings and here-strings now highlighted as code * Here-strings can't be nested directly. Only inside '$(...)' block * Add new example with here-strings * Add 'throw' keyword * Remove redundant code | ||||
| * | | PowerShellLexer: minor fixes | gentoo90 | 2013-04-07 | 1 | -6/+19 |
| | | | | | | | | | | | | | | | Add *.psm1 file extension Here-strings can be nested now Recognize escape characters in double-quoted strings Add '@', ';' and '::' to punctuation | ||||
| * | | Added ShellSessionLexer | Christian Jann | 2013-01-25 | 1 | -1/+47 |
| | | | |||||
| * | | Happy new year 2013. | Georg Brandl | 2013-01-09 | 1 | -1/+1 |
| |/ | |||||
| * | Closes #763: bash: support here-strings. | Georg Brandl | 2012-08-19 | 1 | -0/+1 |
| | | |||||
| * | Closes #782: add PowerShell escape syntax outside strings | Georg Brandl | 2012-08-19 | 1 | -0/+2 |
| | | |||||
