remove extra state push

This commit is contained in:
Mitsuhiro Tanda
2017-10-17 11:50:33 +09:00
parent eb4e71e2c6
commit cc1e69ace3

View File

@@ -75,8 +75,7 @@ var PrometheusHighlightRules = function() {
regex : '"[^"]*"|\'[^\']*\''
}, {
token : "punctuation.operator",
regex : ",",
push : 'start-label-matcher'
regex : ","
}, {
token : "paren.rparen",
regex : "}",