https://github.com/dimfeld/lezer-json5
https://github.com/dimfeld/lezer-json5
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimfeld/lezer-json5
- Owner: dimfeld
- License: mit
- Created: 2021-09-14T02:30:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T18:32:52.000Z (about 3 years ago)
- Last Synced: 2025-03-01T00:07:10.003Z (over 1 year ago)
- Language: JavaScript
- Size: 71.3 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lezer grammar for JSON5
This grammar takes much of its content from the [official Lezer JavaScript grammar](https://github.com/lezer-parser/javascript)
and [Joakker's tree-sitter JSON5 grammar](https://github.com/Joakker/tree-sitter-json5). It can be used with
CodeMirror 6 to parse the [JSON5 syntax](https://json5.org/).