https://github.com/hugginsio/tree-sitter-x12
A tree-sitter grammar for EDI X12
https://github.com/hugginsio/tree-sitter-x12
edi tree-sitter x12
Last synced: about 1 month ago
JSON representation
A tree-sitter grammar for EDI X12
- Host: GitHub
- URL: https://github.com/hugginsio/tree-sitter-x12
- Owner: hugginsio
- License: bsd-3-clause
- Created: 2024-11-23T22:21:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T20:57:38.000Z (5 months ago)
- Last Synced: 2025-01-24T16:12:12.658Z (3 months ago)
- Topics: edi, tree-sitter, x12
- Language: JavaScript
- Homepage:
- Size: 416 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-x12
A [tree-sitter] grammar for EDI X12.
This grammar does not validate the content or structure of the EDI document. It's really just meant to enable basic highlighting support in your favorite text editors.
If you do need to validate the content and structure of an EDI document, I would highly recommend the [Stedi EDI Inspector].
## Preview

## Editors
The following editors support EDI X12 using this grammar:
- [Zed](https://zed.dev) via [hugginsio/zed-edi](https://github.com/hugginsio/zed-edi)
## Legal
"X12" is a trademark of X12 Incorporated. The `tree-sitter-x12` grammar is not endorsed by, sponsored by, or affiliated with X12 Incorporated or ASC X12. My use of these names (and brands) is for identification purposes only, and does not imply any such endorsement, sponsorship, or affiliation.
[tree-sitter]: https://github.com/tree-sitter/tree-sitter
[Stedi EDI Inspector]: https://www.stedi.com/edi/inspector