summaryrefslogtreecommitdiff
path: root/pygments/lexers/promql.py
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
* all: style fixesGeorg Brandl2022-10-271-10/+2
* Rework URL information in lexers.Matthäus G. Chajdas2022-03-201-1/+2
* Happy new year.Georg Brandl2022-01-251-1/+1
* Improve PromQL lexer with new test cases (#1783)Pablo Seminario2021-04-241-1/+1
* 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: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-2/+2
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-17/+11
* Add a PromQL lexer (#1506)Pablo SEMINARIO2020-08-191-0/+189