Przeglądaj źródła

remove extra state push

Mitsuhiro Tanda 8 lat temu
rodzic
commit
cc1e69ace3

+ 1 - 2
public/app/plugins/datasource/prometheus/mode-prometheus.js

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