Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugginsio/zed-edi
An X12 EDI plugin for Zed leveraging tree-sitter.
https://github.com/hugginsio/zed-edi
edi x12 zed-editor zed-extension
Last synced: 20 days ago
JSON representation
An X12 EDI 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 (27 days ago)
- Default Branch: main
- Last Pushed: 2024-11-25T14:44:45.000Z (27 days ago)
- Last Synced: 2024-11-25T15:37:21.938Z (27 days ago)
- Topics: edi, x12, zed-editor, zed-extension
- Language: Scheme
- Homepage:
- Size: 1.95 KB
- Stars: 0
- 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