summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el8
1 files changed, 7 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index abb24bb..9bdfd0f 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -19,7 +19,13 @@
"def"
"defmulti"
"defmethod"
- "defonce"))
+ "defonce"
+ "deftest"
+ "testing"
+ "assert-eq"
+ "assert-ne"
+ "assert-is"
+ "assert-not"))
word-end)
1 'font-lock-keyword-face))))
(eval . (put 'when-meta 'fennel-indent-function 'defun))