You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add font-lock tests for docstrings and comment macro
Test docstring highlighting in forms that were previously uncovered:
defmacro, defmulti, defprotocol, ns, and defprotocol method
docstrings.
Test the default behavior of clojure-ts-comment-macro-font-lock-body
(comment symbol gets comment-delimiter-face, body is not highlighted
as comment).
0 commit comments