https://github.com/hugginsio/zed-edi
An EDI X12 plugin for Zed leveraging tree-sitter.
https://github.com/hugginsio/zed-edi
edi x12 zed-editor zed-extension
Last synced: 12 days ago
JSON representation
An EDI X12 plugin for Zed leveraging tree-sitter.
- Host: GitHub
- URL: https://github.com/hugginsio/zed-edi
- Owner: hugginsio
- License: bsd-3-clause
- Created: 2024-11-25T03:17:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T19:55:17.000Z (5 months ago)
- Last Synced: 2025-03-24T18:14:41.724Z (29 days ago)
- Topics: edi, x12, zed-editor, zed-extension
- Language: Scheme
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zed-edi
Basic EDI language support for Zed.
- EDI X12 support provided by [hugginsio/tree-sitter-x12].
> [!NOTE]
> 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.## 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.
[hugginsio/tree-sitter-x12]: https://github.com/hugginsio/tree-sitter-x12