diff options
| author | Andrey Orst <andreyorst@gmail.com> | 2021-01-26 09:30:07 +0300 |
|---|---|---|
| committer | Andrey Orst <andreyorst@gmail.com> | 2021-01-26 09:30:07 +0300 |
| commit | 35a47b437a9487fdde1f419340d7880be9008720 (patch) | |
| tree | 396babd947612988a7e32ca60be97a0014550905 /.dir-locals.el | |
| parent | d58a0d80488648ee6daa9ca7df1a79cd657cf8bc (diff) | |
fix: allow defining methods with fn*
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 8 |
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)) |