mirror of
https://github.com/cmur2/language-fluentd.git
synced 2024-12-22 02:54:25 +01:00
docs: fix typo
This commit is contained in:
parent
cbdeef4bba
commit
459fea5baa
@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.0
|
||||
## 1.1.0 (November 25, 2017)
|
||||
|
||||
NEW FEATURES:
|
||||
|
||||
@ -9,7 +9,7 @@ NEW FEATURES:
|
||||
- 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`)
|
||||
- Support highlighting ${variables} (used by e.g. [record_transformer plugin](https://docs.fluentd.org/v0.12/articles/filter_record_transformer))
|
||||
- Support highlighting `${variables}` (used by e.g. [record_transformer plugin](https://docs.fluentd.org/v0.12/articles/filter_record_transformer))
|
||||
- Support (double quoted) string interpolations like `#{Time.new.to_i + 1}` (using Ruby source)
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Fluentd Configuration language support in Atom
|
||||
|
||||
Adds basic syntax highlighting based on the [Sublime Text and TextMate package](https://github.com/adamchainz/fluentd.tmLanguage) with some improvements to `fluent.conf` files in Atom.
|
||||
Adds basic syntax highlighting to `fluent.conf` based on the [Sublime Text and TextMate package](https://github.com/adamchainz/fluentd.tmLanguage) with some improvements in Atom.
|
||||
|
||||
## License
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user