language-fluentd/README.md

24 lines
618 B
Markdown
Raw Normal View History

2017-11-23 20:15:36 +01:00
# Fluentd Configuration language support in Atom
2017-11-22 16:40:03 +01:00
2017-11-25 10:59:04 +01:00
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.
2017-11-22 16:40:03 +01:00
![Screenshot](/screenshot.png?raw=true)
## Installation
Available as [Atom package](https://atom.io/packages/language-fluentd):
```
apm install language-fluentd
```
Or directly via git:
```
git clone https://github.com/cmur2/language-fluentd.git ~/.atom/packages/language-fluentd
```
2017-11-22 16:40:03 +01:00
## License
language-fluentd is licensed under the MIT License. See LICENSE for more information.