mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove extra state push
This commit is contained in:
@@ -75,8 +75,7 @@ var PrometheusHighlightRules = function() {
|
||||
regex : '"[^"]*"|\'[^\']*\''
|
||||
}, {
|
||||
token : "punctuation.operator",
|
||||
regex : ",",
|
||||
push : 'start-label-matcher'
|
||||
regex : ","
|
||||
}, {
|
||||
token : "paren.rparen",
|
||||
regex : "}",
|
||||
|
||||
Reference in New Issue
Block a user