Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Add Silver to changelog, move Boogie&Silver to one module. | Georg Brandl | 2016-02-17 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Merged in fhahn/pygments-main/silver-lexer (pull request #537) | Georg Brandl | 2016-02-17 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add lexer for the Silver language | |||||
| | * | | | | | | Move Silver and Boogie lexers to separate modules | Florian Hahn | 2016-02-11 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Add lexer for the Silver language | Florian Hahn | 2016-01-06 | 1 | -0/+1 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Flatline: add to changelog, style nits. | Georg Brandl | 2016-02-17 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merged in cheesinglee/pygments-main (pull request #551) | Georg Brandl | 2016-02-17 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add Flatline lexer | |||||
| | * \ \ \ \ \ | Merged in hhsprings/pygments-hhs-sub/add-wdiff-lexer (pull request #513) | Georg Brandl | 2016-02-17 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | | | | | | | | | Add the lexer for wdiff output. (close #960) | |||||
| | | * | | | | | Clean lexer: style nits | Georg Brandl | 2016-02-16 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Merged in camilstaps/pygments-main (pull request #503) | Georg Brandl | 2016-02-16 | 1 | -0/+1 | |
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example file | |||||
| | | | * | | | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example file | Camil Staps | 2015-10-04 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2016-02-16 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | * | | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2016-02-03 | 1 | -2/+6 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2016-01-19 | 1 | -0/+1 | |
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | ||||||
| | | | * | | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-15 | 1 | -0/+1 | |
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | | | ||||||
| | | | | * | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-12 | 1 | -0/+1 | |
| | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-10 | 1 | -0/+4 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-10 | 1 | -0/+2 | |
| | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-09 | 1 | -0/+1 | |
| | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | Add the lexer for `wdiff <https://www.gnu.org/software/wdiff/>`_ output. | hhsprings | 2015-11-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (issue `#960 <https://bitbucket.org/birkenfeld/pygments-main/issues/960/syntax-highlighting-for-wdiff>`_) | |||||
| | * | | | | | | | | | | | | Varnish Lexer: Simplify and use machine-generated tokens | Kristian Lyngstol | 2016-02-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces complexity, but the list of variables, operators and return statements are largely machine generated from the Varnish source code now, making them somewhat more complete. Still tested on previously mentioned examples and passes with flying colors. | |||||
| | * | | | | | | | | | | | | Add Varnish lexers, VCL and snippets | Kristian Lyngstol | 2016-02-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VCLLexer is meant for pure VCL files that are syntactically correct. VCLSnippet is used for example-code and pseudo-code, where shorthands like req.* is sensible. Think of it like VCLLexer being for .. code:: blocks, while VCLSnippetLexer is for in-line. | |||||
| * | | | | | | | | | | | | | Add Flatline lexer | Chee Sing Lee | 2016-02-05 | 1 | -1/+2 | |
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | merge with stable | Georg Brandl | 2016-02-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Closes #1207: add back "emacs-lisp" alias for Elisp lexer. | Georg Brandl | 2016-02-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Add lexer for TypoScript (#closes 1173) | Georg Brandl | 2016-02-02 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source: https://github.com/Tuurlijk/Pygments-TypoScript-Lexer | |||||
| * | | | | | | | | | | | | Add AMPL lexer, by Benoit Vinot. | Georg Brandl | 2016-02-02 | 1 | -0/+1 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Add support for highlighting the exheres-0 format | Georg Brandl | 2016-02-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Wulf C. Krueger" <philantrop@exherbo.org> | |||||
| * | | | | | | | | | | | Make "make mapfiles" Python3 compatible. | Georg Brandl | 2016-02-02 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Update mapfiles. | Georg Brandl | 2016-01-16 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Regenerate mapfiles. | Georg Brandl | 2016-01-04 | 1 | -1/+1 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Regenerate mapfiles. | Georg Brandl | 2016-01-04 | 1 | -2/+2 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merged birkenfeld/pygments-main into default | Nate Whetsell | 2015-11-13 | 1 | -1/+8 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Merged default into mapping-should-keep-nl | Hiroaki Itoh | 2015-11-10 | 1 | -1/+8 | |
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | ||||||
| | | * | | | | | | Merged default into mapping-should-keep-nl | Hiroaki Itoh | 2015-11-10 | 1 | -0/+2 | |
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | ||||||
| | | * | | | | | | move `.replace` immediately after `read()`, and | hhsprings | 2015-11-09 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | explain in a comment that it's for windows. | |||||
| | | * | | | | | | Merged default into mapping-should-keep-nl | Hiroaki Itoh | 2015-11-09 | 1 | -3/+3 | |
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | | | * | | | | | _mapping.py should keep NL not CRNL. | hhsprings | 2015-11-07 | 1 | -3/+3 | |
| | | | | |/ / / | | | | |/| | | | ||||||
| * | | | | | | | Merged birkenfeld/pygments-main into default | Nate Whetsell | 2015-11-11 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| | * | | | | | | Merged in hhsprings/pygments-hhs-sub/add-pkgconfig-lexer (pull request #517) | Tim Hatch | 2015-11-10 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add lexers for pkg-config, pacman.conf | |||||
| | | * \ \ \ \ \ | Merged default into add-abnf-lexer | Hiroaki Itoh | 2015-11-10 | 1 | -0/+2 | |
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | ||||||
| | | * | | | | | | Merged default into add-abnf-lexer | Hiroaki Itoh | 2015-11-09 | 1 | -0/+2 | |
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | ||||||
| | | | * | | | | | Add the lexer for original BNF. | hhsprings | 2015-11-05 | 1 | -0/+1 | |
| | | | | | | | | | ||||||
| | | | * | | | | | Add the lexer for IETF 7405 ABNF <http://www.ietf.org/rfc/rfc7405.txt>. | hhsprings | 2015-11-05 | 1 | -0/+1 | |
| | | | | |/ / / | | | | |/| | | | ||||||
| | * | | | | | | merge configs_pkgmng.py to configs.py. | hhsprings | 2015-11-10 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Merged default into add-pkgconfig-lexer | Hiroaki Itoh | 2015-11-10 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| | | * | | | | | Merged default into add-termcapterminfo-lexer | Hiroaki Itoh | 2015-11-09 | 1 | -0/+2 | |
| | | |\ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||||
| | | | * | | | | Add the lexer for traditional termcap/terminfo source. | hhsprings | 2015-11-04 | 1 | -0/+2 | |
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | This is very simple and minimal, but it gives us much enough readability. | |||||
| | * | | | | | Merged default into add-pkgconfig-lexer | Hiroaki Itoh | 2015-11-09 | 1 | -0/+2 | |
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | | | ||||||
| | | * | | | | remake _mapping.py. | hhsprings | 2015-11-06 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | * Add lexer for `pkg-config ↵ | hhsprings | 2015-11-06 | 1 | -0/+2 | |
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <http://www.freedesktop.org/wiki/Software/pkg-config/>`_ * Add lexer for `pacman.conf <https://www.archlinux.org/pacman/pacman.conf.5.html>`_. |