https://github.com/belltoy/tree-sitter-openmetrics
OpenMetrics text format grammar for tree-sitter
https://github.com/belltoy/tree-sitter-openmetrics
parser tree-sitter
Last synced: about 2 months ago
JSON representation
OpenMetrics text format grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/belltoy/tree-sitter-openmetrics
- Owner: belltoy
- Created: 2025-08-15T10:26:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T11:01:23.000Z (11 months ago)
- Last Synced: 2025-08-15T12:26:35.331Z (11 months ago)
- Topics: parser, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tree-sitter-openmetrics
[OpenMetrics text-based format][spec] grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
## Features
- [x] Syntax highlighting
## Usage
To use this grammar, you need to have tree-sitter installed and configured in your editor or IDE.
## References
- [tree-sitter]
- [OpenMetrics text-based format][spec]
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
[spec]: https://github.com/prometheus/OpenMetrics/blob/main/specification/OpenMetrics.md#text-format