Description
After working on my own programming language I wanted to be able to have my own text editor written in the new language. I really liked neovim so I made it as my main biggest inspiration. Also I really wanted some features that was present in vs-code
Features
- easily add and edit syntax highlighting
- key commandsto edit text faster like vim
- suggestions
- muilticursor
- search & replace
- multiwindow
Result
gif sort of glitches a bit.

Looking back
This editor is my go to editor and I use it for basically anything other when I'm experimenting new things like where hinting can be very useful (Then i use lapce or vs-code).
