From 35acfee0b6218b83d3c59c345ccbe41517469844 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Thu, 13 Jul 2023 07:44:49 -0300 Subject: [PATCH] housekeeping --- .gitignore | 1 + TODO.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4eedc61..be65bcd 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ dkms.conf shortcodes.c shortcodes tests +.cgreen* diff --git a/TODO.md b/TODO.md index b889f4c..cfc7576 100644 --- a/TODO.md +++ b/TODO.md @@ -11,5 +11,5 @@ * Add self-closing shortcodes `{{< foo />}}` (also, how TF do they work?) * Add inline shortcodes `{{< time.inline >}}{{ now }}{{< /time.inline >}}` - +* Start integrating with Crystal * ~~Detect mismatched start/end like {{% foo >}}~~