mirror of
https://github.com/cmur2/language-fluentd.git
synced 2025-08-19 23:13:07 +02:00
grammar: support highlighting ${variables} for e.g. record_transformer
Related to adamchainz/fluentd.tmLanguage#4
This commit is contained in:
@@ -149,6 +149,10 @@ repository:
|
||||
match: '\\b(\\d+[smhd])\\b'
|
||||
name: 'value.constant.time.fluentd'
|
||||
}
|
||||
{
|
||||
match: '(\\$\\{[^\\}]*\\})'
|
||||
name: 'variable.string.fluentd'
|
||||
}
|
||||
{
|
||||
match: '([^\\s]+?)'
|
||||
name: 'meta.string.unquoted.fluentd'
|
||||
|
Reference in New Issue
Block a user