TEdit
March 31, 2023 ยท View on GitHub
Vim like text editor for the game Grey Hack.
Features:
- Vim commands like search etc
Plugins:
- CodeEditor
- Syntax highlighting
- Custom syntax check
- Custom interpreter
- Interpreter comes with debug feature, also support "import_code" now
Demo
Debugging
Install
Uses greybel-js for transpiling.
- Run:
greybel tedit.src . --installer - Copy installer files into GreyHack
- Compile installer files to ingame binary (this will automatically create all the files)
- Compile tedit.src to ingame binary
Test
Run: greybel-execute test/index.src

