| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | | | ||||||
| | * | | Add support for partials and path segments for Handlebars. | Christian Hammond | 2016-11-04 | 30 | -0/+2120 | |
| | / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces support for some missing features to the Handlebars lexer: Partials and path segments. Partials mostly appeared to work before, but the `>` in `{{> ... }}` would appear as a syntax error, as could other components of the partial. This change introduces support for: * Standard partials: `{{> partialName}}` * Partials with parameters: `{{> partialName varname="value"}}` * Ddynamic partials: `{{> (partialFunc)}}` * Ddynamic partials with lookups: `{{> (lookup ../path "partialName")}}` * Partial blocks: `{{> @partial-block}}` * Inline partials: `{{#*inline}}..{{/inline}}` It also introduces support for path segments, which can reference content in the current context or in a parent context. For instance, `this.name`, `this/name`, `./name`, `../name`, `this/name`, etc. These are all now tracked as variables. | |||||
| * | | 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 | |
| | | ||||||
| * | Update ElixirLexer and example_elixir.ex | Alexei Sholik | 2014-06-05 | 24 | -0/+1717 | |
| Elixir syntax has evolved quite significantly since the initial lexer was written. In this update I have rewritten most of the code to support modern Elixir (as of v0.14.0-dev). The example file has also been updated to give an quick overview of most of the language constructs. | ||||||
