housekeeping

This commit is contained in:
Roberto Alsina 2023-07-13 07:44:49 -03:00
parent f6e775474d
commit 35acfee0b6
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -54,3 +54,4 @@ dkms.conf
shortcodes.c
shortcodes
tests
.cgreen*

View File

@ -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 >}}~~