Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayecue/tedit
GreyHack Vim implementation
https://github.com/ayecue/tedit
Last synced: 15 days ago
JSON representation
GreyHack Vim implementation
- Host: GitHub
- URL: https://github.com/ayecue/tedit
- Owner: ayecue
- Created: 2021-09-24T20:31:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T16:34:28.000Z (about 1 year ago)
- Last Synced: 2024-11-20T22:13:52.228Z (about 2 months ago)
- Homepage:
- Size: 27.3 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TEdit
Vim like text editor for the game Grey Hack.
Features:
- Vim commands like search etcPlugins:
- CodeEditor
- Syntax highlighting
- Custom syntax check
- Custom interpreter
- Interpreter comes with debug feature, also support "import_code" now# Demo
[![TEdit Demo](/assets/demo.gif?raw=true)](https://www.youtube.com/watch?v=waPEtJLboRw)
# Debugging
[![TEdit Debugger Demo](/assets/demo-debugger.gif?raw=true)](https://www.youtube.com/watch?v=1187OzHwpMM)
# Install
Uses [greybel-js](https://github.com/ayecue/greybel-js) for transpiling.
1. Run: `greybel tedit.src . --installer`
2. Copy installer files into GreyHack
3. Compile installer files to ingame binary (this will automatically create all the files)
4. Compile tedit.src to ingame binary# Test
Run: `greybel-execute test/index.src`