summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
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