summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Improve TOML lexer.Matth?us G. Chajdas2019-04-301-8/+11
* Merge ssh://hg@bitbucket.org/Freso/pygments-main manually.Matth?us G. Chajdas2019-04-301-1/+0
|\
| * Add `versionadded` to new lexer classesFrederik ?Freso? S. Olesen2019-04-013-0/+11
| * Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-314-2/+371
* | Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-284-8/+21
* | Add TOML example file and improve the lexer a bit.Matth?us G. Chajdas2019-04-281-1/+8
* | Merged in Freso/pygments-main (pull request #807)Anteru2019-04-289-60/+594
|\ \
| * | Fix invalid escape sequence in stata builtins, update CHANGES.Matth?us G. Chajdas2019-04-021-1/+1
| * | Merged in mcaceresb/pygments-main/sas-stata (pull request #800)Anteru2019-04-0214-26/+794
| |\ \
| | * | some fixes to the kotlin lexer to work with the corda kolin codebasenimmajbb2019-04-011-3/+30
| | |/
| | * Fix nested set warning in Unicon lexers.Matth?us G. Chajdas2019-04-011-2/+2
| | * Fix versionadded for Unicon lexers.Matth?us G. Chajdas2019-04-011-2/+2
| | * Merged in cjwatson/pygments-main (pull request #753)Anteru2019-04-011-0/+5
| | |\
| | | * Markdown: add support for reference-style linksColin Watson2018-02-221-0/+5
| | * | Merged in bwtiffin/pygments-unicon (pull request #731)Matth?us G. Chajdas2019-04-012-0/+393
| | |\ \
| | | * | _mapping.py edited online with Bitbucket to fix Typoscript mapping merge conf...Brian Tiffin2019-03-201-1/+1
| | | * | unicon.py created online with BitbucketBrian Tiffin2017-08-311-0/+390
| | | * | _mapping.py edited online with BitbucketBrian Tiffin2017-08-311-0/+3
| | | |/
| * | | Aliased stata-light to stata.Mauricio Caceres Bravo2019-04-021-0/+1
| * | | Fix StataLexer format highlight error (change Name.Format to Name.Other)Mauricio Caceres Bravo2019-02-193-6/+6
| * | | Merged default branch to hopefully solve merge conflictsMauricio Caceres Bravo2019-02-12205-4439/+8910
| |\ \ \
| * | | | Stata lexer and styles improvements and bug fixesMauricio Caceres Bravo2018-12-186-489/+622
* | | | | Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-314-2/+371
| |_|/ / |/| | |
* | | | Fix invalid escape sequence in the VBScript lexer.Matth?us G. Chajdas2019-03-061-1/+1
* | | | Update CHANGES.Matth?us G. Chajdas2019-03-061-1/+1
* | | | Merged in roskakori/pygments-vbscript (pull request #673)Anteru2019-03-06206-3594/+4949
|\ \ \ \
| * \ \ \ Merged in jkmartindale/pygments-main (pull request #775)Anteru2019-03-0694-2854/+3912
| |\ \ \ \
| | * | | | Fix #1482.Matth?us G. Chajdas2019-03-061-1/+4
| | * | | | Fix #1498.Matth?us G. Chajdas2019-03-063-12/+2
| | * | | | Fix #1494.Matth?us G. Chajdas2019-03-061-1/+1
| | * | | | Improve CSound name handling.Matth?us G. Chajdas2019-02-121-3/+7
| | * | | | Don't use Charm++ CI for C++ reserved MIME types.Matth?us G. Chajdas2019-02-122-1/+3
| | | |/ / | | |/| |
| | * | | Make TypeScript the default for .ts files.Matth?us G. Chajdas2019-02-122-1/+5
| | * | | Merged in mdiener/pygments-main (pull request #788)Anteru2019-02-1229-295/+632
| | |\ \ \
| | | * \ \ Merged in szarnyasg/pygments-main (pull request #746)Anteru2019-02-121-8/+13
| | | |\ \ \
| | | | * | | Add more clauses to Cypher lexerGabor Szarnyas2017-12-141-8/+13
| | | | | |/ | | | | |/|
| | | * | | Merged in camilstaps/pygments-main-solarized (pull request #708)Anteru2019-01-2991-2832/+3732
| | | |\ \ \
| | | | * | | Use unicode literals in docstrings as wellNikolay Orlyuk2019-01-174-5/+5
| | | | * | | Merged in felixfontein/pygments-main/improve-yaml (pull request #797)Anteru2019-01-166-22/+24
| | | | |\ \ \
| | | | | * \ \ Merged in felixfontein/pygments-main/add-django-ops (pull request #796)Anteru2019-01-165-21/+23
| | | | | |\ \ \
| | | | | | * | | Fix ResourceWarning: unclosed fileMicka?l Schoentgen2019-01-075-21/+23
| | | | | * | | | Django lexer: add support for % and != operators.Felix Fontein2019-01-121-1/+1
| | | | | |/ / /
| | | | * | | | Improve YAML mapping lexing: fix problems with quoted colons.Felix Fontein2019-01-121-2/+2
| | | | |/ / /
| | | | * | | Small improvements to the SGF lexer.Matth?us G. Chajdas2019-01-042-2/+5
| | | | * | | Merged in sblondon/pygments-main (pull request #780)Anteru2019-01-042-0/+53
| | | | |\ \ \
| | | | | * | | Add SGF lexerStephane"2018-10-212-0/+53
| | | | | |/ /
| | | | * | | Fix a small bug in the SQL analysis.Matth?us G. Chajdas2019-01-041-2/+8
| | | | * | | Merged in roskakori/pygments-analyze-sql (pull request #672)Anteru2019-01-041-2/+50
| | | | |\ \ \
| | | | | * | | Added analyse_text() that attempts to detect MySQL and Transact-SQL.Thomas Aglassinger2016-10-011-2/+50
| | | | * | | | Update LLVM lexer to use keywords of LLVM 7.0.Robin Eklind2018-12-311-48/+57