From d8d126a4c5cc43989a7955761b644be3077bbda7 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 29 Dec 2025 17:32:29 -0500 Subject: [PATCH] updated TODO with new knowledge of mustache --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 77bba4a..c02cfb4 100644 --- a/TODO.md +++ b/TODO.md @@ -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