summaryrefslogtreecommitdiff
path: root/pygments/lexers/configs.py
Commit message (Expand)AuthorAgeFilesLines
* Support Terraform 0.14 syntax (#1756)Leonardo Giordani2021-05-021-36/+93
* uniformize aliases order (#1780)Mestery2021-04-261-2/+2
* Update CHANGES.Matthäus G. Chajdas2021-03-211-0/+2
* Add NestedText lexer (#1578)Kale Kundert2021-03-211-1/+24
* Fix typo in keywords of SquidConfLexer. (#1730)Sardorbek Imomaliev2021-03-031-1/+1
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Detect malformed closing tags as errors. (#1656)Catatonic2021-01-061-1/+3
* support indented entries in IniLexer (#1624)Leistungsabfall2021-01-041-1/+1
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: weed out more backtracking string regexesGeorg Brandl2020-12-251-1/+1
* Add analyze_text to make make check happy. (#1549)Matthäus G. Chajdas2020-09-231-0/+12
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-2/+2
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* add Singularity lexer (#1285)Georg Brandl2020-06-011-2/+35
* Configs lexer: Allow Kconfig derivate names (#1458)Maxime Chretien2020-05-201-1/+1
* Fix glob patterns when absolute paths are used (#1378)Catatonic2020-02-021-1/+1
* add filename for pipenv & poetrytzing2020-02-011-1/+1
* Fix directives that have 0 argumentscatatonicprime2019-12-191-2/+1
* Add terraform keywords module, data, output, and othersGeoffrey Grosenbach2019-11-281-18/+22
* Dockerfile: accept FROM...AS syntax (bitbucket PR #810)Georg Brandl2019-11-241-2/+4
* Support multiline comments & multiline argumentscatatonicprime2019-11-111-2/+2
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Merged in 6wind/pygments-main/lexer-fixes (pull request #766)Anteru2019-04-301-1/+1
|\
| * lexers/apache: allow '>' characters in tagsRobin Jarry2018-06-191-1/+1
* | 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-011-0/+7
| * | Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-311-0/+917
| /
* | Various fixes and cleanups to the last batch of new languages.Matth?us G. Chajdas2019-04-281-1/+9
* | Add TOML example file and improve the lexer a bit.Matth?us G. Chajdas2019-04-281-1/+8
* | Add lexers for DASM16, Augeas, TOML, and SlashFrederik ?Freso? S. Olesen2019-03-311-1/+78
* | Fixed typos in terraform lexerJames Edwards2018-12-051-2/+2
* | Added newer Terraform keywords.James Edwards2018-12-051-2/+3
* | Merge heads.Georg Brandl2018-11-281-1/+1
|\ \
| * | Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-1/+1
| |/
* | Update Dockerfile lexerMaxime Vidori2017-03-281-8/+14
|/
* fix an issue where a route 53 alias was shown as an errorJames Edwards2017-03-131-1/+1
* Merged in eseom/pygments-main (pull request #610)Georg Brandl2017-01-221-1/+1
|\
| * Copyright update.Georg Brandl2017-01-221-1/+1
| * Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+833
* add 'nginx.conf' to NginxConfLexerEunseokEom2016-06-121-1/+1
* Re-add more comment forms in Properties lexer to unbreak testsTim Hatch2016-06-031-0/+2
* Added recognition of keys without a value being setJessie Wincek2016-06-021-0/+1
* Added space as a valid delimiter between key and value. Added tests for \ esc...Jessie Wincek2016-06-021-0/+1
* Comment leading whitespace no longer counts as Token.Comment but instead Toke...Jessie Wincek2016-06-021-2/+4
* Better comment recognitionJessie Wincek2016-06-021-1/+1
* Added ! comment recognitionJessie Wincek2016-06-021-1/+1
* Fix most complaints from regexlint.Georg Brandl2016-02-141-17/+15
* Make ini parser a little more tolerant.Georg Brandl2016-01-171-1/+3
* merge configs_pkgmng.py to configs.py.hhsprings2015-11-101-1/+115