summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | * | | | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | Nix: add null constant and improve text highlightingDomen Kozar2014-03-151-2/+3
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Detect Objective-C snippets if there is a NSNumber objectGaurav Jain2014-03-141-0/+2
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | mergeGeorg Brandl2014-03-042-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix a few non-Python3 compatible raw Unicode literals.Georg Brandl2014-03-042-5/+5
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Idris: Fix errors in lexerraichoo2014-03-041-1/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Overhaul the Makefile lexer a bit more.Georg Brandl2014-03-041-9/+18
| |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merged in asylumfunk/pygments-main/feature/makefile-highlight (pull request ↵Georg Brandl2014-03-048-63/+1494
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #290) Fix Makefile highlighting with target expansion
| * \ \ \ \ \ \ \ \ \ \ \ \ Merged in micclly/pygments-main/add_mql_lexer (pull request #285)Georg Brandl2014-03-048-61/+1049
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Inform: versionadded, remove ".h" file glob, changelog entry.Georg Brandl2014-03-042-2/+8
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merged in dscorbett/pygments-main (pull request #281)Georg Brandl2014-03-042-1/+684
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Inform lexers
| | | * | | | | | | | | | | | | Add Inform lexersDavid Corbett2014-01-312-3/+686
| | | | |_|_|_|_|/ / / / / / / | | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | | Fix duplicate mimetype.Georg Brandl2014-03-042-1/+2
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | mergeGeorg Brandl2014-03-043-2/+118
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | Mask: attribution, changelog, mapfile, versionadded.Georg Brandl2014-03-042-2/+4
| | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | Merged in tenbits/pygments-main (pull request #280)Georg Brandl2014-03-047-61/+241
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MaskLexer
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ Merged in alkino/pygments-main (pull request #282)Georg Brandl2014-03-046-60/+240
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix docstring from analyze_text to analyse_text
| | | | * | | | | | | | | | | | | | Fix docstring from analyze_text to analyse_textNicolas Cornu2014-02-061-1/+1
| | | | | |/ / / / / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | | | | [dist] MaskLexertenbits2014-01-282-1/+115
| | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | | versionadded tag for NasmObjdumpLexer.Georg Brandl2014-03-041-1/+3
| | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Merged in Matir/pygments (pull request #279)Georg Brandl2014-03-042-44/+64
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support for intel-style objdump.
| | | * | | | | | | | | | | | | Support for intel-style objdump.David Tomaschik2014-01-242-46/+66
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merged in dietmarw/pygments-main (pull request #284)Georg Brandl2014-03-044-12/+168
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modelica: lexer fixes wrt quoted identifiers
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merged in jiyinyiyong/pygments-main (pull request #286)Georg Brandl2014-03-043-12/+167
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cirru: add comma syntax
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ merge with raichoo/pygments-main (pull request #210)Georg Brandl2014-03-0481-993/+2242
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | Remove duplicate mimetype.Georg Brandl2014-03-042-2/+2
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Regenerate mapfiles.Georg Brandl2014-03-041-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Removed mime-type from ColdfusionCFCLexer to pass unit test.Tyson2014-03-011-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Check for ColdFusion scopes.Tyson2014-02-111-0/+1
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Additional keyword constants.Brad Wood2014-02-111-1/+1
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Added some keywords and operators.Brad Wood2014-02-111-2/+5
| | | | | | | | | | | | | | | | | | |