Mitsuhiro Tanda 8 лет назад
Родитель
Сommit
cc1e69ace3
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      public/app/plugins/datasource/prometheus/mode-prometheus.js

+ 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 : "}",