summaryrefslogtreecommitdiff
path: root/pygments
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.6.0.2.6.0Matthäus G. Chajdas2020-03-081-1/+1
* Fix #1401.Matthäus G. Chajdas2020-03-071-4/+0
* Merge pull request #1402 from lonetwin/masterMatthäus G. Chajdas2020-03-051-6/+7
|\
| * sql lexer: Add temporal support keywordslonetwin2020-02-291-6/+7
* | Merge pull request #1405 from pygments/fix/1247Matthäus G. Chajdas2020-03-051-23/+35
|\ \
| * | Improve font handling code.Matthäus G. Chajdas2020-03-031-6/+9
| * | Fix #1247 by looking up in both HKLM and HKCU.Matthäus G. Chajdas2020-03-021-23/+32
| |/
* | Fix tests on Windows.Matthäus G. Chajdas2020-03-011-3/+20
|/
* Add typedef back to the D lexer.Matthäus G. Chajdas2020-02-291-0/+5
* Merge branch 'dlang-remove-typedef-from-keywords' of https://github.com/kubo3...Matthäus G. Chajdas2020-02-291-1/+1
|\
| * D: remove typedef from keywordsHiroki Noda2020-01-181-1/+1
* | Add ReasonML lexer. (#1386)Florian Hammerschmidt2020-02-292-2/+93
* | Remove Python 2 compatibility (#1348)Georg Brandl2020-02-2933-191/+99
* | Merge pull request #1385 from tomerv/python-fstringMatthäus G. Chajdas2020-02-291-15/+106
|\ \
| * | Python f-strings: highlight expressions in curly bracesTomer Vromen2020-02-041-15/+106
* | | Mention MiniScript in language list/CHANGES, add versionadded.Matthäus G. Chajdas2020-02-291-0/+2
* | | Merge pull request #1397 from JoeStrout/add-miniscriptMatthäus G. Chajdas2020-02-292-2/+54
|\ \ \
| * | | Add support for the MiniScript embedded scripting language.JoeStrout2020-02-202-2/+54
* | | | Move Python 3-only exceptions into Python3LexerБорис Верховский2020-02-261-3/+3
|/ / /
* | | Add support for *.mjs JavaScript modules extension (#1392)Alan Hamlett2020-02-122-2/+2
* | | Support for *.eex files in ElixirLexer (#1387)Alan Hamlett2020-02-112-2/+2
* | | Update Csound built-ins for v6.14.0 (#1383)Nate Whetsell2020-02-092-5/+19
* | | Merge pull request #1388 from alanhamlett/regex-search-does-not-work-with-mul...Matthäus G. Chajdas2020-02-093-7/+7
|\ \ \
| * | | Multiline flag does not work with re.matchAlan Hamlett2020-02-083-7/+7
| |/ /
* | | Merge pull request #1375 from kubo39/dlang-add-FILE_FULL_PATHMatthäus G. Chajdas2020-02-091-3/+3
|\ \ \ | |/ / |/| |
| * | D: add __FILE_FULL_PATH__Hiroki Noda2020-01-301-3/+3
* | | Adds the walrus operator to the Python3 lexer.Brett Slatkin2020-02-021-1/+1
* | | Fix glob patterns when absolute paths are used (#1378)Catatonic2020-02-021-1/+1
* | | add filename for pipenv & poetrytzing2020-02-013-4/+4
|/ /
* | Add sieve as alias for Sieve.Matthäus G. Chajdas2020-01-242-1/+2
* | Update CHANGES, language list, and regenerate mapfile.Matthäus G. Chajdas2020-01-241-1/+1
* | Add lexer for LLVM's MIR format (#1361)Daniel Sanders2020-01-242-5/+219
* | Correct lexing of Idris compiler directives (#1363)Molly Miller2020-01-191-1/+1
|/
* Add a PEG (Parsing Expression Grammar) lexer (#1336)Michael Wayne Goodman2020-01-162-1/+59
* Lacking keywords were added to the Idris lexer.Denis Buzdalov2020-01-161-0/+1
* Merge pull request #1357 from rahulghangas/masterMatthäus G. Chajdas2020-01-121-7/+7
|\
| * Adding keywords for Chapel according to release 1.20.0 and spec version 0.988Rahul Ghangas2020-01-131-7/+7
* | Merge pull request #1309 from pygments/671/upsuper/webidlMatthäus G. Chajdas2020-01-122-0/+298
|\ \ | |/ |/|
| * Merge branch 'master' into 671/upsuper/webidlMatthäus G. Chajdas2020-01-0737-218/+1289
| |\
| * | Fix a few regexlint warnings in the WebIDL lexer.Matthäus G. Chajdas2020-01-071-2/+2
| * | Add versionadded, fix conflict.Matthäus G. Chajdas2020-01-071-0/+2
| * | Add keyword suffix for builtin typesXidorn Quan2019-11-281-1/+2
| * | Break infinite loop around operation stateXidorn Quan2019-11-281-1/+1
| * | Fix long long typeXidorn Quan2019-11-281-1/+1
| * | Simplify regex for single line commentsXidorn Quan2019-11-281-2/+2
| * | Add suffix for all keyword regexsXidorn Quan2019-11-281-27/+31
| * | Add Web IDL lexerXidorn Quan2019-11-282-0/+291
* | | Update c_cpp.py to adds support for C++20 keywordsHubert Gruniaux2020-01-051-2/+3
| |/ |/|
* | Add Sieve lexer (#1257)sblondon2020-01-042-0/+69
* | Update CHANGES & map file.Matthäus G. Chajdas2020-01-041-1/+1