summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | Merged in jiyinyiyong/pygments-main (pull request #275)Georg Brandl2014-01-1779-141/+368
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add syntax for Cirru
| * | | | | | | | | | | | | 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-121-0/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | 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 ↵Georg Brandl2014-01-103-7/+43
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (pull request #250)
| | * | | | | | | | | | | 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
| | | | | | | | | | | | |
| | * | | | | | | | | | | Changes to Igor Pro syntax highlightingt-b2013-10-241-5/+10
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some forgotten keywords/flowControl items/types. Splitted types in types and keywords. Fixed comment highlightning with Windows (\r\n) EOLs.
| * | | | | | | | | | | #944: allow multiple comments in ws1 regexGeorg Brandl2014-01-101-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | new year in copyright noticeGeorg Brandl2014-01-1078-79/+79
| | | | | | | | | | | |
| * | | | | | | | | | | Whitespace cleanup.Georg Brandl2014-01-105-18/+21
| | | | | | | | | | | |
| * | | | | | | | | | | Closes #923: remove blanket nonzero analyse_text returns, and add an ↵Georg Brandl2014-01-105-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | analyse_text for Makefile lexer
| * | | | | | | | | | | eiffel: add to changelog, minor cleanupGeorg Brandl2014-01-101-6/+10
| | | | | | | | | | | |
| * | | | | | | | | | | Merged in tioui/pygments-main-new (pull request #273)Georg Brandl2014-01-102-1/+43
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modification of the Eiffel lexer pull request (#227)
| | * | | | | | | | | | | Correct the string and char escape code and put case sensitivity to keywords.Louis M2014-01-092-72/+13
| | | | | | | | | | | | |
| | * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Objective-C improvements
| | * | | | | | | | | | | 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 ↵Krzysztof Profic2013-12-182-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | definitions
| | * | | | | | | | | | | 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-111-5/+8
| | | | | | | | | | | |
* | | | | | | | | | | | add syntax for Cirrujiyinyiyong2014-01-102-1/+52
|/ / / / / / / / / / /
* | | | | | | | | | | 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
| | | | | | | | | | |
* | | | | | | | | | | Closes #944: fix "ws1" regex in C family lexers to allow "indented" ↵Georg Brandl2014-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preprocessor directives
* | | | | | | | | | | 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-096-26/+26
| | | | | | | | | | |
* | | | | | | | | | | 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
| | | | | | | | | | |
* | | | | | | | | | | Closes #915: fix parsing of nested multiline comments.Georg Brandl2014-01-091-1/+7
| | | | | | | | | | |
* | | | | | | | | | | Closes #912: add brackets for lists in velocityGeorg Brandl2014-01-091-1/+3
| | | | | | | | | | |
* | | | | | | | | | | matlab session: fix roundtripsGeorg Brandl2014-01-091-2/+8
| | | | | | | | | | |
* | | | | | | | | | | Closes #928: now also code-block directives are handled specially.Georg Brandl2014-01-091-4/+5
| | | | | | | | | | |
* | | | | | | | | | | mergeGeorg Brandl2014-01-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merged in EricFromCanada/pygments-main (pull request #272)Georg Brandl2014-01-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reST: fix for indented field list after blank line (fixes #905)
| | * | | | | | | | | | | reST: fix for indented field list after blank line (fixes #905)EricFromCanada2014-01-091-1/+1
| | | | | | | | | | | | |