mirror of
https://github.com/cmur2/language-fluentd.git
synced 2025-07-03 13:11:24 +02:00
grammar: support some flavors of value types like array/hash (using JSON source), integer etc
This commit is contained in:
@ -7,6 +7,8 @@ NEW FEATURES:
|
||||
- Support folding markers for directives like `<source>...</source>`
|
||||
- Support toggling comments
|
||||
- Support escape sequenes like `foo\nbar` in single, double and unquoted strings
|
||||
- Support array and hash (using JSON source) value types like `["foo","bar"]`
|
||||
- Support integer, time and size value types (e.g. `property 100`, `bufsize 5M` or `finterval 5s`)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
|
Reference in New Issue
Block a user