summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | * | | | | Add BibTeX lexersAndrey Golovizin2016-03-073-0/+1410
| | | | | | | * | | | | | Merged in demmer/pygments-main/juttle-lexer (pull request #565)Tim Hatch2016-05-313-8/+182
| | | | | | | |\ \ \ \ \ \ | | | | | | | | | |_|_|/ / | | | | | | | | |/| | | |
| | | | | | | * | | | | | add a lexer for the juttle languageMichael Demmer2016-03-021-0/+110
| | | | | | | | |/ / / / | | | | | | | |/| | | |
| | | | | | * | | | | | Merge to solve confilctKim Jin Su2016-03-243-0/+18
| | | | | | |\ \ \ \ \ \ | | | | | | | |_|_|/ / / | | | | | | |/| | | | |
| | | | | | | * | | | | mergeKim Jin Su2015-11-2226-58/+5566
| | | | | | | * | | | | Aheui Lexer and test casesKim Jin Su2015-11-223-0/+18
| | | | | * | | | | | | Fixed detection of Number.Float in Transact-SQL for corner cases like "1." an...Thomas Aglassinger2016-03-242-3/+12
| | | | | * | | | | | | Fixed detection of Transact-SQL comments in the last line of a source code wi...Thomas Aglassinger2016-03-231-0/+2
| | | | | * | | | | | | Cleaned up obsolete comment on file suffix.Thomas Aglassinger2016-03-231-4/+0
| | | | | * | | | | | | Fixed that regex to detect Number.Float shadowed regex for Number.Integer for...Thomas Aglassinger2016-03-231-0/+4
| | | | | * | | | | | | Merged birkenfeld/pygments-main into default.Thomas Aglassinger2016-03-222-12/+1
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | Fixed broken test case by properly naming Transact-SQL example file to preven...Thomas Aglassinger2016-03-222-12/+1
| | | | | * | | | | | | | Merged birkenfeld/pygments-main into defaultThomas Aglassinger2016-03-222-8/+173
| | | | | |\ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / | | | | | |/| / / / / / / | | | | | | |/ / / / / /
| | | | | * | | | | | | Fixed minus operator for Transact-SQL.Thomas Aglassinger2016-03-221-1/+3
| | | | | * | | | | | | Added lexer for Transact-SQL as used by Microsoft SQL Server and Sybase.Thomas Aglassinger2016-03-212-0/+144
| | | | | | |_|/ / / / | | | | | |/| | | | |
| | | | * | | | | | | Improve LuaLexerDavid Corbett2016-03-211-0/+24
| | | | | |/ / / / / | | | | |/| | | | |
| | | * | | | | | | Add tests for CrystalOleh Prypin2016-03-232-0/+3179
| | | |/ / / / / /
| | * | | | | | | Add tasm example file.Ruben De Smet2016-01-071-0/+527
| * | | | | | | | Update Monte lexer, improve test.Tim Hatch2016-05-311-0/+2
| * | | | | | | | Normalize quotes, add example file for MonteTim Hatch2016-05-311-0/+5
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Fixes two issues: Allows special characters in tag names (but not in named ta...Erik M. Bray2016-04-141-0/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Added RNC lexer and sample fileMike Elson2016-04-191-0/+33
|/ / / / / /
* | | | | | Restored trailing space in example fileJJ Atria2016-03-191-1/+1
* | | | | | Added automated tests for Praat lexerJJ Atria2016-03-191-0/+130
* | | | | | Expanded Praat example fileJJ Atria2016-03-191-9/+44
| |/ / / / |/| | | |
* | | | | Fix Batch stringsDavid Corbett2016-03-011-0/+4
* | | | | Merge in Extempore lexer (PR#530)Georg Brandl2016-02-171-0/+1101
|\ \ \ \ \
| * | | | | add lexer for the Extempore programming language/environmentBen Swift2015-12-111-0/+1101
| | |_|_|/ | |/| | |
* | | | | Merged in wqshen/pygments-main (pull request #536)Georg Brandl2016-02-171-0/+20
|\ \ \ \ \
| * | | | | test.ncl created online with BitbucketSHEN Wenqiang2016-01-061-0/+20
| | |/ / / | |/| | |
* | | | | Merged in dscorbett/pygments-jsgf (pull request #546)Georg Brandl2016-02-171-0/+28
|\ \ \ \ \
| * | | | | Add a lexer for JSGFDavid Corbett2016-01-241-0/+28
* | | | | | Merge in HSAIL lexer (PR#518).Georg Brandl2016-02-1732-29/+6566
|\ \ \ \ \ \
| * \ \ \ \ \ Merged in fhahn/pygments-main/silver-lexer (pull request #537)Georg Brandl2016-02-171-0/+206
| |\ \ \ \ \ \
| | * | | | | | Add lexer for the Silver languageFlorian Hahn2016-01-061-0/+206
| | | |/ / / / | | |/| | | |
| * | | | | | Merged in cheesinglee/pygments-main (pull request #551)Georg Brandl2016-02-179-14/+1144
| |\ \ \ \ \ \
| | * | | | | | Add wdiff to authors/changes.Georg Brandl2016-02-171-758/+0
| | * | | | | | Merged in hhsprings/pygments-hhs-sub/add-wdiff-lexer (pull request #513)Georg Brandl2016-02-171-0/+92
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | Merged in camilstaps/pygments-main (pull request #503)Georg Brandl2016-02-161-0/+92
| | | |\ \ \ \ \
| | | | * | | | | Adds a Clean (http://clean.cs.ru.nl/Clean) Lexer and example fileCamil Staps2015-10-041-0/+92
| | * | | | | | | Merged default into add-wdiff-lexerHiroaki Itoh2016-02-163-0/+1499
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Merged default into add-wdiff-lexerHiroaki Itoh2016-02-038-10/+1969
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2016-01-193-0/+1499
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | | | * | | | | | Merged default into add-wdiff-lexerHiroaki Itoh2015-11-153-0/+1499
| | | | |\ \ \ \ \ \ | | | | | |_|_|_|/ / | | | | |/| | | | |
| | | | | * | | | | Merged default into add-wdiff-lexerHiroaki Itoh2015-11-105-0/+113
| | | | | |\ \ \ \ \
| | | | | * \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-102-0/+2785
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Merged default into add-wdiff-lexerHiroaki Itoh2015-11-093-0/+1499
| | | | | |\ \ \ \ \ \ \
| | | | | | * | | | | | | fix typo.Hiroaki Itoh2015-11-081-1/+1
| | | | | | * | | | | | | Add the lexer for `wdiff <https://www.gnu.org/software/wdiff/>`_ output.hhsprings2015-11-043-0/+1499
| | * | | | | | | | | | | Add authors entry, changelog for PR#531 and fixup a few style issues.Georg Brandl2016-02-142-82/+38