summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge with pygments-mainTim Hatch2016-05-311-0/+109
|\
| * Merged in dscorbett/pygments-snowball (pull request #589)Tim Hatch2016-05-3119-0/+6939
| |\
| * | Add a lexer for SnowballDavid Corbett2016-04-241-0/+109
* | | Merged in fleischwolf/pygments-main (pull request #534)Tim Hatch2016-05-311-0/+11
|\ \ \ | |_|/ |/| |
| * | Lexer for Angular 2 template engine addedfleischwolf2016-01-021-0/+11
* | | Merge with birkenfeld/pygments-mainTim Hatch2016-05-3145-33/+11392
|\ \ \
| * \ \ Merged in dscorbett/pygments-batch (pull request #596)Tim Hatch2016-05-311-0/+2
| |\ \ \
| | * | | Fix Batch variables in FOR loop commandsDavid Corbett2016-05-251-0/+2
| * | | | Merged in BlaXpirit/pygments/crystal2 (pull request #576)Tim Hatch2016-05-3115-0/+3231
| |\ \ \ \
| | * \ \ \ Merged in dscorbett/pygments-lua (pull request #575)Tim Hatch2016-05-3114-0/+3207
| | |\ \ \ \
| | | * | | | Fix operators in WhileyTim Hatch2016-05-311-0/+30
| | | * | | | Merged in SebastianS90/pygments-whiley (Pull Request #573)Tim Hatch2016-05-311-0/+296
| | | |\ \ \ \
| | | | * | | | Add a lexer for the Whiley programming languageSebastian Schweizer2016-03-201-0/+296
| | | | | |_|/ | | | | |/| |
| | | * | | | Merged in camilstaps/pygments-main (pull request #564)Tim Hatch2016-05-311-0/+1124
| | | |\ \ \ \
| | | | * | | | Adds a NuSMV (2.6) lexer and example file.Camil Staps2016-03-021-0/+1124
| | | * | | | | Merged in roskakori/pygments-tsql (pull request #577)Tim Hatch2016-05-319-0/+1611
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merged in __item4__/pygments-main/aheui (pull request #523)Tim Hatch2016-05-316-0/+1593
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Merged in smattr/pygments-main/1575ad37-9b95-4885-9b49-352f0b1c860d (pull req...Tim Hatch2016-05-311-0/+64
| | | | | |\ \ \ \ \
| | | | | | * | | | | Add support for the CapDL language.Matthew Fernandez2016-04-011-0/+64
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | Merged in ero-sennin/pygments-main (pull request #567)Tim Hatch2016-05-313-0/+1410
| | | | | |\ \ \ \ \
| | | | | | * | | | | Add BibTeX lexersAndrey Golovizin2016-03-073-0/+1410
| | | | | * | | | | | Merged in demmer/pygments-main/juttle-lexer (pull request #565)Tim Hatch2016-05-313-8/+182
| | | | | |\ \ \ \ \ \ | | | | | | | |_|_|/ / | | | | | | |/| | | |
| | | | | | * | | | | Fixes two issues: Allows special characters in tag names (but not in named ta...Erik M. Bray2016-04-141-0/+9
| | | | | | | |/ / / | | | | | | |/| | |
| | | | | * | | | | 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
| |/ / / / /
| * | | | | 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
| | |\ \ \ \ \ \