grafana / lezer-logql

LogQL lezer grammar
Apache License 2.0
3 stars 4 forks source link

Format: comments are removed #49

Open svennergr opened 1 year ago

svennergr commented 1 year ago
QUERY:
{age="new"} # comment

EXPECTED:
{age="new"} # comment

ACTUAL:
{age="new"}