remove label match operator from keyword.operator

This commit is contained in:
Mitsuhiro Tanda 2017-10-17 12:19:42 +09:00
parent cc1e69ace3
commit 8580b78ce6

View File

@ -46,7 +46,7 @@ var PrometheusHighlightRules = function() {
regex : "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
}, {
token : "keyword.operator",
regex : "\\+|\\-|\\*|\\/|%|\\^|=|==|!=|<=|>=|<|>|=\\~|!\\~"
regex : "\\+|\\-|\\*|\\/|%|\\^|=|==|!=|<=|>=|<|>"
}, {
token : "paren.lparen",
regex : "[[(]"