https://github.com/cmur2/language-fluentd
Atom - Fluentd Config File syntax highlighting
https://github.com/cmur2/language-fluentd
atom configuration fluentd logging syntax-highlighting
Last synced: 3 months ago
JSON representation
Atom - Fluentd Config File syntax highlighting
- Host: GitHub
- URL: https://github.com/cmur2/language-fluentd
- Owner: cmur2
- License: mit
- Created: 2017-11-22T15:34:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T20:29:33.000Z (over 7 years ago)
- Last Synced: 2025-01-23T01:31:14.880Z (5 months ago)
- Topics: atom, configuration, fluentd, logging, syntax-highlighting
- Homepage: https://www.mycrobase.de/mirror-redirect/language-fluentd
- Size: 79.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluentd Configuration language support 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.

## 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
```## License
language-fluentd is licensed under the MIT License. See LICENSE for more information.