Variable: parseclj-lex--closing-tokens
parseclj-lex--closing-tokens is a variable defined in parseclj-lex.el.
Value
(:rparen :rbracket :rbrace)
Documentation
Types of tokens that mark the end of a non-atomic form.
Source Code
;; Defined in ~/.emacs.d/elpa/parseclj-20231203.1905/parseclj-lex.el
(defvar parseclj-lex--closing-tokens '(:rparen
:rbracket
:rbrace)
"Types of tokens that mark the end of a non-atomic form.")