summaryrefslogtreecommitdiff
path: root/syntax.c
AgeCommit message (Collapse)Author
2021-02-01switched syntax highlighting to use a number for the state (will be useful ↵Leo Tenenbaum
later)
2021-02-01different syntax highlighting depending on the file extensionLeo Tenenbaum
2021-02-01start per-buffer languageLeo Tenenbaum
2021-02-01fix C hex literal highlightingLeo Tenenbaum
also open to untitled empty buffer
2021-02-01full C syntax highlightingLeo Tenenbaum
2021-01-31C syntax higlighting workingLeo Tenenbaum
2021-01-31more syntax highlightingLeo Tenenbaum
2021-01-31started syntax higlighting (still need to add state to each line)Leo Tenenbaum