summaryrefslogtreecommitdiff
path: root/syntax.c
AgeCommit message (Collapse)Author
2023-01-18Add 'const' to the list of syntax wordscflip
2023-01-18Reimplement syntax highlightingcflip
2023-01-17Rename 'rows' to 'lines' everywherecflip
For whatever reason lines were called rows in the code, so this refactor changes that name everywhere. The name 'row' is still used in some places to refer to the unit of height in the screen.
2023-01-08Initial import of existing source codecflip
This is based off of snaptoken's "Build Your Own Text Editor" tutorial at https://viewsourcecode.org/snaptoken/kilo/.