updated TODO with new knowledge of mustache

This commit is contained in:
Pagwin 2025-12-29 17:32:29 -05:00
parent 9299f07f8e
commit d8d126a4c5
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -4,6 +4,8 @@
- JS
- Doing our own tokenizer lol
- [ ] setup fingerprinting in file names for css and js
- setup lambdas via: https://hackage-content.haskell.org/package/mustache-2.4.3.1/docs/Text-Mustache.html#v:overText
- This may require a refactor of how we handle templates to use `object` instead of just using aeson integration from the mustache crate
- [ ] process source code blocks to syntax highlight them
- tree sitter https://hackage.haskell.org/package/tree-sitter
- Alternatively do the Rust <-> Haskell binding myself