| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add terraform keywords module, data, output, and others | Geoffrey Grosenbach | 2019-11-28 | 1 | -18/+22 |
| * | Dockerfile: accept FROM...AS syntax (bitbucket PR #810) | Georg Brandl | 2019-11-24 | 1 | -2/+4 |
| * | Support multiline comments & multiline arguments | catatonicprime | 2019-11-11 | 1 | -2/+2 |
| * | Fixup all headers and some more minor problems.2.4.2 | Georg Brandl | 2019-05-28 | 1 | -1/+1 |
| * | Merged in 6wind/pygments-main/lexer-fixes (pull request #766) | Anteru | 2019-04-30 | 1 | -1/+1 |
| |\ |
|
| | * | lexers/apache: allow '>' characters in tags | Robin Jarry | 2018-06-19 | 1 | -1/+1 |
| * | | Improve TOML lexer. | Matth?us G. Chajdas | 2019-04-30 | 1 | -8/+11 |
| * | | Merge ssh://hg@bitbucket.org/Freso/pygments-main manually. | Matth?us G. Chajdas | 2019-04-30 | 1 | -1/+0 |
| |\ \ |
|
| | * | | Add `versionadded` to new lexer classes | Frederik ?Freso? S. Olesen | 2019-04-01 | 1 | -0/+7 |
| | * | | Add lexers for DASM16, Augeas, TOML, and Slash | Frederik ?Freso? S. Olesen | 2019-03-31 | 1 | -0/+917 |
| | / |
|
| * | | Various fixes and cleanups to the last batch of new languages. | Matth?us G. Chajdas | 2019-04-28 | 1 | -1/+9 |
| * | | Add TOML example file and improve the lexer a bit. | Matth?us G. Chajdas | 2019-04-28 | 1 | -1/+8 |
| * | | Add lexers for DASM16, Augeas, TOML, and Slash | Frederik ?Freso? S. Olesen | 2019-03-31 | 1 | -1/+78 |
| * | | Fixed typos in terraform lexer | James Edwards | 2018-12-05 | 1 | -2/+2 |
| * | | Added newer Terraform keywords. | James Edwards | 2018-12-05 | 1 | -2/+3 |
| * | | Merge heads. | Georg Brandl | 2018-11-28 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Fix invalid escapes due to missing raw string prefix. | Georg Brandl | 2018-11-28 | 1 | -1/+1 |
| | |/ |
|
| * | | Update Dockerfile lexer | Maxime Vidori | 2017-03-28 | 1 | -8/+14 |
| |/ |
|
| * | fix an issue where a route 53 alias was shown as an error | James Edwards | 2017-03-13 | 1 | -1/+1 |
| * | Merged in eseom/pygments-main (pull request #610) | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | Copyright update. | Georg Brandl | 2017-01-22 | 1 | -1/+1 |
| | * | Add support for partials and path segments for Handlebars. | Christian Hammond | 2016-11-04 | 1 | -0/+833 |
| * | add 'nginx.conf' to NginxConfLexer | EunseokEom | 2016-06-12 | 1 | -1/+1 |
| * | Re-add more comment forms in Properties lexer to unbreak tests | Tim Hatch | 2016-06-03 | 1 | -0/+2 |
| * | Added recognition of keys without a value being set | Jessie Wincek | 2016-06-02 | 1 | -0/+1 |
| * | Added space as a valid delimiter between key and value. Added tests for \ esc... | Jessie Wincek | 2016-06-02 | 1 | -0/+1 |
| * | Comment leading whitespace no longer counts as Token.Comment but instead Toke... | Jessie Wincek | 2016-06-02 | 1 | -2/+4 |
| * | Better comment recognition | Jessie Wincek | 2016-06-02 | 1 | -1/+1 |
| * | Added ! comment recognition | Jessie Wincek | 2016-06-02 | 1 | -1/+1 |
| * | Fix most complaints from regexlint. | Georg Brandl | 2016-02-14 | 1 | -17/+15 |
| * | Make ini parser a little more tolerant. | Georg Brandl | 2016-01-17 | 1 | -1/+3 |
| * | merge configs_pkgmng.py to configs.py. | hhsprings | 2015-11-10 | 1 | -1/+115 |
| * | See `#1164 <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter... | hhsprings | 2015-11-07 | 1 | -0/+2 |
| * | Add the lexer for traditional termcap/terminfo source. | hhsprings | 2015-11-04 | 1 | -2/+94 |
| * | More style and markup fixes. | Georg Brandl | 2015-10-17 | 1 | -28/+28 |
| * | Add .inf to IniLexer | Tim Hatch | 2015-10-14 | 1 | -2/+2 |
| * | Move terraform lexer to configs.py | Tim Hatch | 2015-10-12 | 1 | -1/+74 |
| * | Copyright year update. | Georg Brandl | 2015-01-21 | 1 | -1/+1 |
| * | Remove duplicates from data passed to words() | Tim Hatch | 2014-11-06 | 1 | -2/+2 |
| * | Simplify charclasses in the remaining modules | Georg Brandl | 2014-11-06 | 1 | -6/+6 |
| * | More fixes thanks to regexlint. | Georg Brandl | 2014-10-16 | 1 | -1/+5 |
| * | Fix "matches empty string" complaints from regexlint. | Georg Brandl | 2014-10-16 | 1 | -3/+5 |
| * | KconfigLexer: Be explicit about single repetition. | Tim Hatch | 2014-10-15 | 1 | -1/+5 |
| * | all lexers: fix unescaped { and } so that the "regex" module can compile our ... | Georg Brandl | 2014-10-15 | 1 | -2/+2 |
| * | Apache conf: recognize backslash line cont | Georg Brandl | 2014-10-07 | 1 | -2/+4 |
| * | DockerLexer: Improve multiline and quote handling. | Tim Hatch | 2014-10-06 | 1 | -3/+4 |
| * | split up text lexers | Georg Brandl | 2014-09-19 | 1 | -3/+370 |
| * | reorganization of other.py, part 3/3 | Georg Brandl | 2014-09-19 | 1 | -2/+63 |
| * | reorganization of other.py, part 1 | Georg Brandl | 2014-09-19 | 1 | -0/+105 |