Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh-cho/tree-sitter-fluentbit
fluent-bit grammar for tree-sitter
https://github.com/sh-cho/tree-sitter-fluentbit
fluent-bit grammar parser tree-sitter
Last synced: 3 months ago
JSON representation
fluent-bit grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/sh-cho/tree-sitter-fluentbit
- Owner: sh-cho
- License: mit
- Created: 2024-01-07T14:56:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T06:22:28.000Z (3 months ago)
- Last Synced: 2024-11-12T07:23:59.867Z (3 months ago)
- Topics: fluent-bit, grammar, parser, tree-sitter
- Language: JavaScript
- Homepage: https://sh-cho.github.io/tree-sitter-fluentbit/
- Size: 469 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-fluentbit
[![CI](https://github.com/sh-cho/tree-sitter-fluentbit/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/sh-cho/tree-sitter-fluentbit/actions/workflows/ci.yaml)
[![Crates.io Version](https://img.shields.io/crates/v/tree-sitter-fluentbit?logo=rust)](https://crates.io/crates/tree-sitter-fluentbit)
[![NPM Version](https://img.shields.io/npm/v/tree-sitter-fluentbit?logo=npm&logoColor=white)](https://www.npmjs.com/package/tree-sitter-fluentbit)
[![PyPI - Version](https://img.shields.io/pypi/v/tree-sitter-fluentbit?logo=pypi&logoColor=white)](https://pypi.org/project/tree-sitter-fluentbit/)[fluent-bit](https://github.com/fluent/fluent-bit/) grammar for tree-sitter
## Supported format
- [Classic Mode](https://docs.fluentbit.io/manual/administration/configuring-fluent-bit/classic-mode)## Limitations
> [!NOTE]
> For simple implementation, the following limitations are applied (for now)- Only 4 space indentation is supported
- ERROR node can be placed somewhere, even in the correct file (related [PR](https://github.com/sh-cho/tree-sitter-fluentbit/pull/20))## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)## License
MIT © [Seonghyeon Cho](https://github.com/sh-cho)