docs: fix typo

This commit is contained in:
cn 2017-11-25 10:59:04 +01:00
parent cbdeef4bba
commit 459fea5baa
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 1.1.0 ## 1.1.0 (November 25, 2017)
NEW FEATURES: NEW FEATURES:
@ -9,7 +9,7 @@ NEW FEATURES:
- Support escape sequenes like `foo\nbar` in single, double and unquoted strings - 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 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 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) - Support (double quoted) string interpolations like `#{Time.new.to_i + 1}` (using Ruby source)
IMPROVEMENTS: IMPROVEMENTS:

View File

@ -1,6 +1,6 @@
# Fluentd Configuration language support in Atom # 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 ## License