summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2023-08-28 23:56:23 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2023-08-28 23:56:23 +0300
commitece7f872860d286536cb1a5d4f9d5b7da6dc88be (patch)
treea7f6686394c3f510f5cfabb68ff88881894f7274 /utils
parentae389b9480d46091bfd9b6843aebdc48aa577c16 (diff)
update docs, fix doctests, include macros in the docs
Diffstat (limited to 'utils')
-rw-r--r--utils/build2
-rw-r--r--utils/run-tests2
2 files changed, 4 insertions, 0 deletions
diff --git a/utils/build b/utils/build
index 4c3c3db..b1fa0eb 100644
--- a/utils/build
+++ b/utils/build
@@ -1,3 +1,5 @@
+;; -*- mode: fennel; -*- vi:ft=fennel
+
(fn spit-lib [path to]
(with-open [lib (io.open path)]
(each [line (lib:lines)]
diff --git a/utils/run-tests b/utils/run-tests
index e70fae1..63a43d7 100644
--- a/utils/run-tests
+++ b/utils/run-tests
@@ -1,3 +1,5 @@
+;; -*- mode: fennel; -*- vi:ft=fennel
+
(local t (require :fennel-test.fennel-test))
(local test-modules