No description
| config/syntax | ||
| examples | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| CMakeLists.txt | ||
| KILO-SRC-LICENSE | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Jotter
A simple text editor
The base of this project followed along the tutorial Build Your Own Text Editor by SnapToken
However, I will be adding extra functionality to it such as storing the editor configs in separate files, adding more syntax highlighting, auto indent, etc.