summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | | | | | | | | Merged in redcat9/pygments-main (pull request #304)Tim Hatch2014-04-149-14/+247
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / / / / / / /
| | | | | | * | | | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main (pull request #306)Tim Hatch2014-04-141-2/+2
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | | Fix code formattingGaurav Jain2014-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | Use correct RegEx expression for whitespaceGaurav Jain2014-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | Fixed previous commit to match whitespace seperately from variable nameGaurav Jain2014-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | Allow whitespace between type and name in method signatureGaurav Jain2014-03-221-1/+1
| | | | | | | | |_|_|_|_|/ / / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | | Merged in fingolfin/pygments-main (pull request #311)Tim Hatch2014-04-142-1/+52
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | | | | | | | Set version for GAP lexerTim Hatch2014-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | Add missing GAP keywordsMax Horn2014-04-141-1/+5
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | Fix indentionMax Horn2014-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | Put author attribution into AUTHORS fileMax Horn2014-04-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | | | | | | | Add basic lexer for GAP, a mathematical programming language.Max Horn2014-04-052-1/+49
| | | | | | | | |_|/ / / / / / / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | | Merged in protz/pygments-main (pull request #230)Tim Hatch2014-04-141-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified to use simpler checks for string length.
| | | | | | * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'pr230/master'Tim Hatch2014-04-143-4/+100
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / / / / / / / / / / / | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pygments/formatters/latex.py
| | | | | | | * | | | | | | | | | | | | | | | Update the patch from #493 to work with tip.Jonathan Protzenko2013-08-213-3/+97
| | | | | | | | |_|_|_|_|_|/ / / / / / / / / | | | | | | | |/| | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | Fix awk lexer. Add "else" keyword and fix recognition of "in" operator.Makoto Kishimoto2014-04-011-2/+2
| | | | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | Create PigLexer.Unknown2014-03-202-1/+52
| | | | | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | | | | |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | Add basic ClojureScript lexerBrodie Rao2013-04-232-2/+16
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | improved backtick escapeYannick Loiseau2014-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | remove TODO commentYannick Loiseau2014-04-051-1/+0
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | correctly deal with docstring and - operatorYannick Loiseau2014-04-052-13/+5
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | change escaped stringYannick Loiseau2014-04-051-4/+2
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | improved namespaces: match every name with dotsYannick Loiseau2014-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | improved namespaces: match also in use, not only in declarationYannick Loiseau2014-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | add backtick escapeYannick Loiseau2014-04-051-7/+8
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | correct bug on single quoted stringYannick Loiseau2014-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | add single quoted string: still buggedYannick Loiseau2014-04-041-1/+7
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | notes about some bugs in the Golo lexerYannick Loiseau2014-04-041-0/+2
| | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | import golo lexerYannick Loiseau2014-03-242-0/+124
| | | | |_|/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Merged in skleinfeld/pygments-main (pull request #297)Georg Brandl2014-03-241-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding support for underscores in Java integers.
| | | | * | | | | | | | | | | | | | | | jvm.py edited online with BitbucketSanders Kleinfeld2014-03-231-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | Adding support for underscores in Java integers.Sanders Kleinfeld2014-03-131-1/+1
| | | | | |_|_|_|_|/ / / / / / / / / / | | | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Closes #969: add APL lexer, by Thomas Baruchel.Georg Brandl2014-03-242-1/+87
| | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | Merged in crazymaster/pygments-main (pull request #295)Georg Brandl2014-03-244-18/+32
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add alias for elisp
| | | * | | | | | | | | | | | | | | | | Add in the lexer classKenichi Ito2014-03-241-1/+1
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | Add alias for elispcrazymaster2014-03-091-1/+1
| | | | |/ / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added preamble to pygments.lexers.rdf and me to AUTHORS.Alexander Dutton2012-06-061-0/+10
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added support for lexing SPARQL queries.Alexander Dutton2012-06-062-0/+77
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | adding linenos option (enables line number output on the terminal)S?ren Spr??ig2013-12-071-0/+40
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Improve handling of labelsGaurav Jain2014-04-141-2/+2
| |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow labels to be followed by whitespace. Also remove the ':' from the label highlighting.
* | | | | | | | | | | | | | | | | Method marker should be colored as punctuation, not as a keywordGaurav Jain2014-03-231-1/+1
| |_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Update and fix the Inform 6 lexerDavid Corbett2014-03-161-13/+21
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | mergeGeorg Brandl2014-03-161-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge with iElectric/pygments-mainGeorg Brandl2014-03-161-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | get_lexer_by_name: handle edge case when _alias is NoneDomen Kozar2014-03-151-0/+3
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merged in andyops/pygments-main/fixed-vim-literal-strings (pull request #298)Georg Brandl2014-03-161-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed VimL literal string lexer.
| * | | | | | | | | | | | | | | | | | Fixed VimL literal string lexer.Andrew Dunn2014-03-141-1/+1
| | |_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only escape string in a vim literal string (single quotes) is `''` which is expanded to a single, single-quote. This was not the behaviour of the previous implementation and this caused incorrect syntax highlighting as a result.
* | | | | | | | | | | | | | | | | | Merged in jaingaurav2/pygments-main/objc (pull request #299)Georg Brandl2014-03-161-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Detect Objective-C snippets if there is a NSNumber object
| * | | | | | | | | | | | | | | | | Merged in iElectric/pygments-main (pull request #301)Georg Brandl2014-03-161-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nix: add null constant and improve text highlighting
| | * | | | | | | | | | | | | | | | Haskell: restrict char literals to 1 character if no escapesGeorg Brandl2014-03-161-1/+1
| | |/ / / / / / / / / / / / / / /