summaryrefslogtreecommitdiff
path: root/pygments/lexers/dsls.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* Update Alloy for Alloy 6 (PR #1963) manual cherry-pickHillel2022-11-191-7/+15
* all: style fixesGeorg Brandl2022-10-271-1/+1
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-15/+24
* Happy new year.Georg Brandl2022-01-251-1/+1
* Fix issues marked by pylintSebastian Engel2021-11-021-2/+2
* Modernize Whitespace token: dsls lexerSebastian Engel2021-11-021-42/+47
* Run pyupgrade across codebase to modernize syntax and patterns (#1622)Jon Dufresne2021-01-171-1/+0
* Bump copyright year.Matthäus G. Chajdas2021-01-031-1/+1
* all: weed out more backtracking string regexesGeorg Brandl2020-12-251-2/+2
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-2/+2
* Update copyright year (fixes #1514.)Matthäus G. Chajdas2020-08-221-1/+1
* Mark 'syntax' as a keyword in the protobuf lexer. (#1505)Benjamin Peterson2020-08-221-1/+1
* all: fixup http->https for github, pypi, pocoo etc URLsGeorg Brandl2019-12-101-1/+1
* Set BroLexer = ZeekLexerJon Siwek2019-11-251-13/+4
* Simplify/improve ZeekLexer patternsJon Siwek2019-11-251-27/+28
* Fix typo in ZeekLexer commentJon Siwek2019-11-251-1/+1
* Add Zeek lexer based on the Bro lexerJon Siwek2019-11-251-54/+144
* Add protobuf 'reserved' keyword.Benjamin Peterson2019-05-281-3/+3
* Fixup all headers and some more minor problems.2.4.2Georg Brandl2019-05-281-1/+1
* Merge heads.Georg Brandl2018-11-281-2/+2
|\
| * Fix invalid escapes due to missing raw string prefix.Georg Brandl2018-11-281-2/+2
* | Handle regex syntax FutureWarnings.Georg Brandl2018-11-281-1/+1
|/
* Housekeeping.Georg Brandl2017-01-221-3/+3
* Add support for partials and path segments for Handlebars.Christian Hammond2016-11-041-0/+878