Have an option equivalent to clojure-toplevel-inside-comment-form so running cider-eval-defun-at-point evals to 2, as there is for clojure-mode.
Actual behavior
running cider-eval-defun-at-point with clojure-ts-mode evals to nil as clojure-ts-mode as doesn't seem to have an equivalent option to clojure-toplevel-inside-comment-form
Given this code (
|
being the cursor)Expected behavior
Have an option equivalent to
clojure-toplevel-inside-comment-form
so runningcider-eval-defun-at-point
evals to2
, as there is forclojure-mode
.Actual behavior
running
cider-eval-defun-at-point
withclojure-ts-mode
evals tonil
asclojure-ts-mode
as doesn't seem to have an equivalent option toclojure-toplevel-inside-comment-form
clojure-ts-mode version