summaryrefslogtreecommitdiff
path: root/pygments/lexers/configs.py
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+78
* | | 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 '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
* See `#1164 <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter...hhsprings2015-11-071-0/+2
* Add the lexer for traditional termcap/terminfo source.hhsprings2015-11-041-2/+94
* More style and markup fixes.Georg Brandl2015-10-171-28/+28
* Add .inf to IniLexerTim Hatch2015-10-141-2/+2
* Move terraform lexer to configs.pyTim Hatch2015-10-121-1/+74
* Copyright year update.Georg Brandl2015-01-211-1/+1
* Remove duplicates from data passed to words()Tim Hatch2014-11-061-2/+2
* Simplify charclasses in the remaining modulesGeorg Brandl2014-11-061-6/+6
* More fixes thanks to regexlint.Georg Brandl2014-10-161-1/+5
* Fix "matches empty string" complaints from regexlint.Georg Brandl2014-10-161-3/+5
* KconfigLexer: Be explicit about single repetition.Tim Hatch2014-10-151-1/+5
* all lexers: fix unescaped { and } so that the "regex" module can compile our ...Georg Brandl2014-10-151-2/+2
* Apache conf: recognize backslash line contGeorg Brandl2014-10-071-2/+4
* DockerLexer: Improve multiline and quote handling.Tim Hatch2014-10-061-3/+4
* split up text lexersGeorg Brandl2014-09-191-3/+370
* reorganization of other.py, part 3/3Georg Brandl2014-09-191-2/+63
* reorganization of other.py, part 1Georg Brandl2014-09-191-0/+105