summaryrefslogtreecommitdiff
path: root/pygments/lexers/configs.py
Commit message (Expand)AuthorAgeFilesLines
* 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