summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | futurizing: move to print_function and "except X as Y" syntaxGeorg Brandl2014-01-1824-149/+171
* | | | Remove old uneeded scripts.Georg Brandl2014-01-182-429/+0
* | | | cirru: add to changelogGeorg Brandl2014-01-172-1/+5
* | | | Merged in jiyinyiyong/pygments-main (pull request #275)Georg Brandl2014-01-17107-169/+526
|\ \ \ \
| * | | | Added some Modelica 3.3 Clock operatorsDietmar Winkler2014-01-151-3/+4
| | |_|/ | |/| |
| * | | Closes #948: fix overzealous error highlighting in dotted constructs in F#.Georg Brandl2014-01-122-1/+4
| | |/ | |/|
| * | mapping updateGeorg Brandl2014-01-101-2/+2
| * | Added PKGBUILD (Arch Linux buildscripts) filename to BashLexerStefan Tatschner2014-01-101-1/+1
| * | merge with Igor enhancements from t-b/pygments-main/igor-pro-changes-v2 (pull...Georg Brandl2014-01-104-7/+46
| |\ \
| | * | Register IgorStyle in the style mapt-b2014-01-091-0/+1
| | * | More lexer fixest-b2013-10-311-3/+3
| | * | Add class comment and a custom color for the decoratort-b2013-10-311-0/+4
| | * | Add custom style which imitates the offical coloringt-b2013-10-261-0/+13
| | * | merging branches=t-b2013-10-240-0/+0
| | |\ \
| | | * | Created new branch igor-pro-changes-v2t-b2013-10-240-0/+0
| | * | | Changes to Igor Pro syntax highlightingt-b2013-10-241-5/+10
| | |/ /
| * | | #944: allow multiple comments in ws1 regexGeorg Brandl2014-01-101-1/+1
| * | | new year in copyright noticeGeorg Brandl2014-01-10103-105/+105
| * | | Whitespace cleanup.Georg Brandl2014-01-106-19/+22
| * | | Closes #923: remove blanket nonzero analyse_text returns, and add an analyse_...Georg Brandl2014-01-105-13/+16
| * | | eiffel: add to changelog, minor cleanupGeorg Brandl2014-01-103-7/+12
| * | | Merged in tioui/pygments-main-new (pull request #273)Georg Brandl2014-01-104-1/+168
| |\ \ \
| | * | | Correct the string and char escape code and put case sensitivity to keywords.Louis M2014-01-094-74/+16
| | * | | Adding the exemple.Louis M2014-01-091-0/+124
| | * | | Replace tab with 4 spaces.Louis M2014-01-091-1/+102
| * | | | Use lookup in sets, not lists, for common listp and openendgeGeorg Brandl2014-01-102-18/+18
| * | | | cocoabuiltins: make it sets and remove tabs.Georg Brandl2014-01-102-43/+47
| * | | | Merged in kprofic/pygments-main (pull request #265)Georg Brandl2014-01-104-6/+138
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Two minor fixesKrzysztof Profic2014-01-101-2/+2
| | * | | cleanupKrzysztof Profic2013-12-181-1/+1
| | * | | cleanup Xcode styleKrzysztof Profic2013-12-181-15/+7
| | * | | extracted cocoa types as defines in _cocoabuiltins.pyKrzysztof Profic2013-12-182-42/+60
| | * | | Added struct, enums declarations, updated set of interface and protocol defin...Krzysztof Profic2013-12-182-16/+26
| | * | | Handle also cocoa protocols as keywordsKrzysztof Profic2013-12-182-11/+19
| | * | | Added draft implementation for cocoa types recognitionKrzysztof Profic2013-12-133-1/+45
| | * | | Updated Objective-c token definitionsKrzysztof Profic2013-12-131-6/+9
| | * | | Added draft of Xcode default styleKrzysztof Profic2013-12-132-0/+57
| | | |/ | | |/|
* | | | Cirru: dim comments; use Text for newline character; add escape in string;jiyinyiyong2014-01-112-8/+17
* | | | add syntax for Cirrujiyinyiyong2014-01-103-1/+83
|/ / /
* | | Closes #881: try to fix all instances of matching transpose operator as string.Georg Brandl2014-01-091-6/+6
* | | add "batch" alias to batch lexerGeorg Brandl2014-01-092-2/+2
* | | Closes #891: remove too broad string escape regex from Prolog lexer.Georg Brandl2014-01-091-1/+1
* | | Closes #899: fix too greedy expression in PHP string interpolation highlightingGeorg Brandl2014-01-091-1/+1
* | | changelog: #944Georg Brandl2014-01-091-0/+2
* | | Closes #944: fix "ws1" regex in C family lexers to allow "indented" preproces...Georg Brandl2014-01-091-1/+1
* | | Closes #942: add CMake generator expressions.Georg Brandl2014-01-091-0/+1
* | | Closes #851: remove BOM also with explicit encodingGeorg Brandl2014-01-091-0/+2
* | | tests: make sure lexer aliases are registered lowercaseGeorg Brandl2014-01-098-26/+30
* | | Closes #939: make alias lookup case-insensitiveGeorg Brandl2014-01-091-1/+1
* | | Closes #921: add binary literals to Python 2.Georg Brandl2014-01-091-0/+1