summaryrefslogtreecommitdiff
path: root/pygments/lexers/promql.py
Commit message (Collapse)AuthorAgeFilesLines
* all: revert changes of [a-zA-Z0-9_] to \wGeorg Brandl2020-09-071-2/+2
| | | | ... which is not equivalent in Unicode mode
* all: fixup remaining regexlint warningsGeorg Brandl2020-09-061-17/+11
|
* Add a PromQL lexer (#1506)Pablo SEMINARIO2020-08-191-0/+189
Including tests and an example.promql file.