We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5243649 commit 606740aCopy full SHA for 606740a
clojure-ts-mode.el
@@ -619,7 +619,7 @@ This does not include the NODE's namespace."
619
(treesit-node-child node (if (clojure-ts--metadata-node-p first-child) (1+ n) n) t)))
620
621
(defun clojure-ts--node-with-metadata-parent (node)
622
- "Return parent for NODE only if NODE has metadata, otherwise returns nil."
+ "Return parent for NODE only if NODE has metadata, otherwise return nil."
623
(when-let* ((prev-sibling (treesit-node-prev-sibling node))
624
((clojure-ts--metadata-node-p prev-sibling)))
625
(treesit-node-parent (treesit-node-parent node))))
0 commit comments