aboutsummaryrefslogtreecommitdiff
path: root/src/engine/contentfor.c (unfollow)
Commit message (Collapse)Author
2025-08-27format: indent to 4 spacesRaghuram Subramani
2025-08-09engine: contentfor: add docstringRaghuram Subramani
2025-08-09lexer,engine: use strlen(content) instead of lengthRaghuram Subramani
I can't remember why I added length instead of using strlen(content). If this breaks anything it would be a pain to debug. In my little testing though, it seems to be working fine.
2025-08-03engine: split into multiple filesRaghuram Subramani