Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve PromQL lexer with new test cases (#1783) | Pablo Seminario | 2021-04-24 | 2 | -0/+51 |
| | | | | | | | | | * Fix PromQL lexer to support values enclosed within single quotes Values for labels could now be enclosed within single or double quotes. * Fix a typo into the lables regex for PromQL lexer The correct label matching operator is `!~` instead of `~!`. | ||||
* | Rename "tests/lexers" to "tests/snippets" and update the contribution | Georg Brandl | 2021-01-20 | 9 | -0/+280 |
docs to point to both snippets and examplefiles. |