https://github.com/androidideofficial/tree-sitter-log
Tree Sitter Grammar for highlighting logs shown in AndroidIDE
https://github.com/androidideofficial/tree-sitter-log
Last synced: about 1 year ago
JSON representation
Tree Sitter Grammar for highlighting logs shown in AndroidIDE
- Host: GitHub
- URL: https://github.com/androidideofficial/tree-sitter-log
- Owner: AndroidIDEOfficial
- Created: 2023-04-20T18:03:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T11:31:17.000Z (about 2 years ago)
- Last Synced: 2024-04-13T21:26:44.345Z (about 2 years ago)
- Language: C
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tree Sitter Log

Tree Sitter Grammar to highlight log lines that are shown in AndroidIDE's Log View. This supports highlighting logs from the `logcat` tool (in `threadtime` format only) and the IDE logs.
# See Also
- [android-tree-sitter]() - Android Java bindings for Tree Sitter.