diff options
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/ncomment.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/ncomment.fnl b/fnl/config/ncomment.fnl index 217ba6d..3d0b1b6 100644 --- a/fnl/config/ncomment.fnl +++ b/fnl/config/ncomment.fnl @@ -13,7 +13,7 @@ (defn- pre-hook [ctx] (let [U (require :Comment.utils)] - ((require :ts_context_commentstring.internal) .calculate_commentstring + ((require :ts_context_commentstring.internal).calculate_commentstring {:key (get-type ctx U) :location (get-location ctx U)}))) |