Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all files, redirect to GitHub.HEADmaster | Matth?us G. Chajdas | 2019-11-10 | 34 | -2422/+0 |
| | |||||
* | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 34 | -40/+41 |
| | |||||
* | Aliased stata-light to stata. | Mauricio Caceres Bravo | 2019-04-02 | 1 | -0/+1 |
| | |||||
* | Fix StataLexer format highlight error (change Name.Format to Name.Other) | Mauricio Caceres Bravo | 2019-02-19 | 2 | -2/+2 |
| | | | | | | | | StataLexer defined Name.Format for variable and print format highlighting; Name.Format is not a built-in token, which caused issues downstream in certain applications (e.g. [here](https://github.com/kylebarron/stata_kernel/issues/295)). This commit changes Name.Format to Name.Other. | ||||
* | Merged default branch to hopefully solve merge conflicts | Mauricio Caceres Bravo | 2019-02-12 | 33 | -31/+284 |
|\ | |||||
| * | Merged in camilstaps/pygments-main-solarized (pull request #708) | Anteru | 2019-01-29 | 3 | -4/+4 |
| |\ | | | | | | | | | | | | | | | | Adds a solarized style Approved-by: Anteru <bitbucket@ca.sh13.net> | ||||
| | * | Use unicode literals in docstrings as well | Nikolay Orlyuk | 2019-01-17 | 3 | -4/+4 |
| | | | | | | | | | | | | Resolves #1492 | ||||
| * | | Adds a solarized style | Camil Staps | 2017-02-28 | 2 | -0/+131 |
| |/ | |||||
| * | merge | Georg Brandl | 2017-01-22 | 2 | -0/+6 |
| |\ | |||||
| | * | Housekeeping. | Georg Brandl | 2017-01-22 | 2 | -0/+6 |
| | | | |||||
| * | | ABAP: a few minor fixes | Georg Brandl | 2017-01-22 | 2 | -17/+30 |
| | | | |||||
| * | | Merged in schferbe/pygments-main/abap-fixes (pull request #689) | Georg Brandl | 2017-01-22 | 1 | -0/+17 |
| |\ \ | | |/ | |/| | | | | Abap fixes | ||||
| | * | added style to resemble ABAP Development Workbench | ben | 2017-01-09 | 1 | -0/+17 |
| | | | |||||
| * | | styles: fixups | Georg Brandl | 2017-01-22 | 2 | -2/+2 |
| | | | |||||
| * | | Merged in sanssecours/pygments (pull request #623) | Georg Brandl | 2017-01-22 | 2 | -1/+91 |
| |\ \ | | | | | | | | | | | | | Add ?Rainbow Dash? syntax highlighting style | ||||
| | * | | Add ?Rainbow Dash? syntax highlighting style | Ren? Schwaiger | 2016-07-18 | 2 | -1/+91 |
| | |/ | | | | | | | | | | | | | | | | | | | This bright and colorful style is a port of my TextMate theme [1]. It is based on ?Mac Classic? by Chris Thomas. [1]: http://sanssecours.github.io/Rainbow-Dash.tmbundle | ||||
| * | | Copyright update. | Georg Brandl | 2017-01-22 | 28 | -28/+28 |
| |/ | |||||
* | | Stata lexer and styles improvements and bug fixes | Mauricio Caceres Bravo | 2018-12-18 | 4 | -39/+86 |
|/ | | | | | | | | - Nested comments correctly highlighted. - Globals and locals correctly nested inside each other and strings. - Extended locals and stored results correctly highlighted. - Keywords and operators correctly highlighted. - Parentheses and functions correctly highlighted. | ||||
* | Removed commented out test code. | Mauricio Caceres | 2016-06-02 | 2 | -4/+0 |
| | |||||
* | Added syntax support and (very simple) styles for SAS and Stata | Mauricio Caceres | 2016-05-09 | 2 | -0/+82 |
| | |||||
* | Rename ansilist that now is a set, slipped though PR 531 review | Matthias Bussonnier | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Add tokens for string affixes and heredoc delimiters. Add lexing for them in ↵ | Miikka Salminen | 2016-02-06 | 1 | -0/+2 |
| | | | | C/C++, Perl, PHP, Python and Ruby. Update my old style Lovelace accordingly. | ||||
* | Merged birkenfeld/pygments-main into default | Miikka Salminen | 2016-02-03 | 1 | -0/+2 |
|\ | |||||
| * | Merged birkenfeld/pygments-main into default | Miikka Salminen | 2016-01-20 | 1 | -0/+2 |
| |\ | |||||
| | * | Added support and documentation for magic method and variable tokens. Reflected | Miikka Salminen | 2015-10-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | this change in an updated version of my older style, Lovelace. Added Python lexing for Python's magic methods and variables. | ||||
* | | | Update ArduinoStyle | Edoardo Tenani | 2016-01-27 | 1 | -6/+6 |
| | | | |||||
* | | | Register arduino style | Edoardo Tenani | 2016-01-27 | 1 | -0/+1 |
| | | | |||||
* | | | Change Keyword Type highlighting to use color #00688B, like perldoc.org's ↵ | alaska | 2016-01-26 | 1 | -1/+1 |
|/ / | | | | | | | highlighting of scalars and arrays (fixes #1202) | ||||
* | | "make check" style fixes. | Georg Brandl | 2016-01-16 | 1 | -0/+3 |
|/ | |||||
* | Cleanups in preparation for 2.1 release. | Tim Hatch | 2015-10-14 | 1 | -1/+2 |
| | |||||
* | Added Algol and Algol_nu style (#1090). | Georg Brandl | 2015-03-08 | 3 | -0/+128 |
| | |||||
* | Changelog for lovelace style. | Georg Brandl | 2015-03-08 | 1 | -2/+3 |
| | |||||
* | Added a new style: Lovelace. | Miikka Salminen | 2015-03-07 | 2 | -0/+90 |
| | |||||
* | Add arduino lexer and style | Edoardo Tenani | 2015-01-28 | 1 | -0/+97 |
| | |||||
* | Copyright year update. | Georg Brandl | 2015-01-21 | 24 | -24/+24 |
| | |||||
* | Tweaks to Xcode style | Gaurav Jain | 2014-04-24 | 1 | -5/+6 |
| | |||||
* | Use importable module names for the Paraiso styles. | Georg Brandl | 2014-04-15 | 3 | -14/+26 |
| | |||||
* | Wire up paraiso styles | Tim Hatch | 2014-04-14 | 1 | -0/+2 |
| | |||||
* | Merged in idleberg/pygments-main (pull request #228) | Tim Hatch | 2014-04-14 | 2 | -0/+238 |
|\ | |||||
| * | Added Para?so styles | Jan T. Sott | 2013-08-15 | 2 | -0/+238 |
| | | |||||
* | | merge with Igor enhancements from t-b/pygments-main/igor-pro-changes-v2 ↵ | Georg Brandl | 2014-01-10 | 2 | -0/+30 |
|\ \ | | | | | | | | | | (pull request #250) | ||||
| * | | Register IgorStyle in the style map | t-b | 2014-01-09 | 1 | -0/+1 |
| | | | |||||
| * | | Add class comment and a custom color for the decorator | t-b | 2013-10-31 | 1 | -0/+4 |
| | | | |||||
| * | | Add custom style which imitates the offical coloring | t-b | 2013-10-26 | 1 | -0/+13 |
| |/ | |||||
* | | new year in copyright notice | Georg Brandl | 2014-01-10 | 21 | -21/+21 |
| | | |||||
* | | Whitespace cleanup. | Georg Brandl | 2014-01-10 | 1 | -5/+7 |
| | | |||||
* | | Merged in kprofic/pygments-main (pull request #265) | Georg Brandl | 2014-01-10 | 2 | -0/+49 |
|\ \ | | | | | | | | | | Objective-C improvements | ||||
| * | | cleanup Xcode style | Krzysztof Profic | 2013-12-18 | 1 | -15/+7 |
| | | | |||||
| * | | Added draft implementation for cocoa types recognition | Krzysztof Profic | 2013-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | Added draft of Xcode default style | Krzysztof Profic | 2013-12-13 | 2 | -0/+57 |
| |/ |