summaryrefslogtreecommitdiff
path: root/pygments/lexers/configs.py
Commit message (Expand)AuthorAgeFilesLines
* Improve Java properties lexer (#2404)Jean Abou-Samra2023-04-171-18/+34
* adds hcl alias for terraform syntax (#2375)Christopher Baklid2023-03-291-2/+2
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: move often-used "line_re" to pygments.lexerGeorg Brandl2022-10-271-2/+1
* all: style fixesGeorg Brandl2022-10-271-6/+5
* Fix: Issues with .properties format using whitespace delimited key (#2241)jmzambon2022-09-251-8/+20
* Fix syntax highlighting of INI language (#2217)jmzambon2022-09-151-2/+11
* terraform: accept leading whitespace for << heredoc delimGeorg Brandl2022-06-171-1/+1
* configs: style fixesGeorg Brandl2022-06-171-4/+3
* Add lexer for colon-separated value config files like /etc/passwd, /etc/shado...Leistungsabfall2022-04-161-1/+28
* Terraform: Fix class name lexing (#2097)amitkummer2022-03-271-7/+2
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-18/+26
* Add support for non-idiomatic single line comments in terraform (#2066)Charles Bouchard-Légaré2022-02-091-5/+5
* Happy new year.Georg Brandl2022-01-251-1/+1
* Squashed commit of the following:Matthäus G. Chajdas2021-11-061-4/+49
* Add .editorconfig to IniLexer (#1932)Jawira Portugal2021-10-281-1/+1
* Whitespace token modernization - [bc] lexers - regarding #1905 (#1923)Sebastian Engel2021-10-231-77/+83
* Only allow tables at line start to fix arrays. (#1872)Erik Moqvist2021-07-311-2/+4
* use ini lexer for systemd service files (#1849)Akuli2021-07-181-1/+7
* 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