|
|
|
|
@ -40,7 +40,7 @@ export function promQLLanguage(top: LanguageType): LezerLanguage { |
|
|
|
|
'Avg Bottomk Count Count_values Group Max Min Quantile Stddev Stdvar Sum Topk': tags.operatorKeyword, |
|
|
|
|
'By Without Bool On Ignoring GroupLeft GroupRight Offset Start End': tags.modifier, |
|
|
|
|
'And Unless Or': tags.logicOperator, |
|
|
|
|
'Sub Add Mul Mod Div Eql Neq Lte Lss Gte Gtr EqlRegex EqlSingle NeqRegex Pow At': tags.operator, |
|
|
|
|
'Sub Add Mul Mod Div Atan2 Eql Neq Lte Lss Gte Gtr EqlRegex EqlSingle NeqRegex Pow At': tags.operator, |
|
|
|
|
UnaryOp: tags.arithmeticOperator, |
|
|
|
|
'( )': tags.paren, |
|
|
|
|
'[ ]': tags.squareBracket, |
|
|
|
|
|