Commit cc1e69ac by Mitsuhiro Tanda

remove extra state push

parent eb4e71e2
......@@ -75,8 +75,7 @@ var PrometheusHighlightRules = function() {
regex : '"[^"]*"|\'[^\']*\''
}, {
token : "punctuation.operator",
regex : ",",
push : 'start-label-matcher'
regex : ","
}, {
token : "paren.rparen",
regex : "}",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment