| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | | | | | * | | | | | Add BibTeX lexers | Andrey Golovizin | 2016-03-07 | 3 | -0/+1410 | |
| | | | | | | | * | | | | | | Merged in demmer/pygments-main/juttle-lexer (pull request #565) | Tim Hatch | 2016-05-31 | 3 | -8/+182 | |
| | | | | | | | |\ \ \ \ \ \ | | | | | | | | | |_|_|/ / | | | | | | | | |/| | | | | ||||||
| | | | | | | | * | | | | | | add a lexer for the juttle language | Michael Demmer | 2016-03-02 | 1 | -0/+110 | |
| | | | | | | | | |/ / / / | | | | | | | |/| | | | | ||||||
| | | | | | | * | | | | | | Merge to solve confilct | Kim Jin Su | 2016-03-24 | 3 | -0/+18 | |
| | | | | | | |\ \ \ \ \ \ | | | | | | | |_|_|/ / / | | | | | | |/| | | | | | ||||||
| | | | | | | | * | | | | | merge | Kim Jin Su | 2015-11-22 | 26 | -58/+5566 | |
| | | | | | | | * | | | | | Aheui Lexer and test cases | Kim Jin Su | 2015-11-22 | 3 | -0/+18 | |
| | | | | | * | | | | | | | Fixed detection of Number.Float in Transact-SQL for corner cases like "1." an... | Thomas Aglassinger | 2016-03-24 | 2 | -3/+12 | |
| | | | | | * | | | | | | | Fixed detection of Transact-SQL comments in the last line of a source code wi... | Thomas Aglassinger | 2016-03-23 | 1 | -0/+2 | |
| | | | | | * | | | | | | | Cleaned up obsolete comment on file suffix. | Thomas Aglassinger | 2016-03-23 | 1 | -4/+0 | |
| | | | | | * | | | | | | | Fixed that regex to detect Number.Float shadowed regex for Number.Integer for... | Thomas Aglassinger | 2016-03-23 | 1 | -0/+4 | |
| | | | | | * | | | | | | | Merged birkenfeld/pygments-main into default. | Thomas Aglassinger | 2016-03-22 | 2 | -12/+1 | |
| | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | Fixed broken test case by properly naming Transact-SQL example file to preven... | Thomas Aglassinger | 2016-03-22 | 2 | -12/+1 | |
| | | | | | * | | | | | | | | Merged birkenfeld/pygments-main into default | Thomas Aglassinger | 2016-03-22 | 2 | -8/+173 | |
| | | | | | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| / / / / / / | | | | | | |/ / / / / / | ||||||
| | | | | | * | | | | | | | Fixed minus operator for Transact-SQL. | Thomas Aglassinger | 2016-03-22 | 1 | -1/+3 | |
| | | | | | * | | | | | | | Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase. | Thomas Aglassinger | 2016-03-21 | 2 | -0/+144 | |
| | | | | | | |_|/ / / / | | | | | |/| | | | | | ||||||
| | | | | * | | | | | | | Improve LuaLexer | David Corbett | 2016-03-21 | 1 | -0/+24 | |
| | | | | | |/ / / / / | | | | |/| | | | | | ||||||
| | | | * | | | | | | | Add tests for Crystal | Oleh Prypin | 2016-03-23 | 2 | -0/+3179 | |
| | | | |/ / / / / / | ||||||
| | | * | | | | | | | Add tasm example file. | Ruben De Smet | 2016-01-07 | 1 | -0/+527 | |
| | * | | | | | | | | Update Monte lexer, improve test. | Tim Hatch | 2016-05-31 | 1 | -0/+2 | |
| | * | | | | | | | | Normalize quotes, add example file for Monte | Tim Hatch | 2016-05-31 | 1 | -0/+5 | |
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | | Fixes two issues: Allows special characters in tag names (but not in named ta... | Erik M. Bray | 2016-04-14 | 1 | -0/+9 | |
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Added RNC lexer and sample file | Mike Elson | 2016-04-19 | 1 | -0/+33 | |
| |/ / / / / / | ||||||
| * | | | | | | Restored trailing space in example file | JJ Atria | 2016-03-19 | 1 | -1/+1 | |
| * | | | | | | Added automated tests for Praat lexer | JJ Atria | 2016-03-19 | 1 | -0/+130 | |
| * | | | | | | Expanded Praat example file | JJ Atria | 2016-03-19 | 1 | -9/+44 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Fix Batch strings | David Corbett | 2016-03-01 | 1 | -0/+4 | |
| * | | | | | Merge in Extempore lexer (PR#530) | Georg Brandl | 2016-02-17 | 1 | -0/+1101 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | add lexer for the Extempore programming language/environment | Ben Swift | 2015-12-11 | 1 | -0/+1101 | |
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merged in wqshen/pygments-main (pull request #536) | Georg Brandl | 2016-02-17 | 1 | -0/+20 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | test.ncl created online with Bitbucket | SHEN Wenqiang | 2016-01-06 | 1 | -0/+20 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merged in dscorbett/pygments-jsgf (pull request #546) | Georg Brandl | 2016-02-17 | 1 | -0/+28 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Add a lexer for JSGF | David Corbett | 2016-01-24 | 1 | -0/+28 | |
| * | | | | | | Merge in HSAIL lexer (PR#518). | Georg Brandl | 2016-02-17 | 32 | -29/+6566 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merged in fhahn/pygments-main/silver-lexer (pull request #537) | Georg Brandl | 2016-02-17 | 1 | -0/+206 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Add lexer for the Silver language | Florian Hahn | 2016-01-06 | 1 | -0/+206 | |
| | | | |/ / / / | | |/| | | | | ||||||
| | * | | | | | | Merged in cheesinglee/pygments-main (pull request #551) | Georg Brandl | 2016-02-17 | 9 | -14/+1144 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Add wdiff to authors/changes. | Georg Brandl | 2016-02-17 | 1 | -758/+0 | |
| | | * | | | | | | Merged in hhsprings/pygments-hhs-sub/add-wdiff-lexer (pull request #513) | Georg Brandl | 2016-02-17 | 1 | -0/+92 | |
| | | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | ||||||
| | | | * | | | | | Merged in camilstaps/pygments-main (pull request #503) | Georg Brandl | 2016-02-16 | 1 | -0/+92 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example file | Camil Staps | 2015-10-04 | 1 | -0/+92 | |
| | | * | | | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2016-02-16 | 3 | -0/+1499 | |
| | | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | ||||||
| | | | * | | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2016-02-03 | 8 | -10/+1969 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2016-01-19 | 3 | -0/+1499 | |
| | | | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | | | ||||||
| | | | | * | | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-15 | 3 | -0/+1499 | |
| | | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | | | ||||||
| | | | | | * | | | | | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-10 | 5 | -0/+113 | |
| | | | | | |\ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-10 | 2 | -0/+2785 | |
| | | | | | |\ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ | Merged default into add-wdiff-lexer | Hiroaki Itoh | 2015-11-09 | 3 | -0/+1499 | |
| | | | | | |\ \ \ \ \ \ \ | ||||||
| | | | | | | * | | | | | | | fix typo. | Hiroaki Itoh | 2015-11-08 | 1 | -1/+1 | |
| | | | | | | * | | | | | | | Add the lexer for `wdiff <https://www.gnu.org/software/wdiff/>`_ output. | hhsprings | 2015-11-04 | 3 | -0/+1499 | |
| | | * | | | | | | | | | | | Add authors entry, changelog for PR#531 and fixup a few style issues. | Georg Brandl | 2016-02-14 | 2 | -82/+38 | |
