mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
remove label match operator from keyword.operator
This commit is contained in:
parent
8580b78ce6
commit
c51f84a12e
@ -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 : "[[(]"
|
||||
|
Loading…
Reference in New Issue
Block a user