mirror of https://github.com/grafana/grafana
CloudWatch Logs: add monaco editor feature flag and types (#69871)
parent
2cda971796
commit
5a831d877a
|
@ -0,0 +1,15 @@ |
||||
import { TokenTypes } from '../../monarch/types'; |
||||
|
||||
export const LogsTokenTypes: TokenTypes = { |
||||
Parenthesis: 'delimiter.parenthesis.cloudwatch-logs', |
||||
Whitespace: 'white.cloudwatch-logs', |
||||
Keyword: 'keyword.cloudwatch-logs', |
||||
Delimiter: 'delimiter.cloudwatch-logs', |
||||
Operator: 'operator.cloudwatch-logs', |
||||
Identifier: 'identifier.cloudwatch-logs', |
||||
Type: 'type.cloudwatch-logs', |
||||
Function: 'predefined.cloudwatch-logs', |
||||
Number: 'number.cloudwatch-logs', |
||||
String: 'string.cloudwatch-logs', |
||||
Variable: 'variable.cloudwatch-logs', |
||||
}; |
||||
Loading…
Reference in new issue