[slime-devel] syntax highlighting and comments using the #| |# reader syntax

Evan Monroig evan.monroig at gmail.com
Thu Jun 14 01:56:44 UTC 2007


Hi,

When I insert multiple region comments using the #| |# reader syntax,
some of the code between the comments becomes highlighted as if it
were part of the comments.

For example, in the blurb below, the third "defun" form is displayed
as a comment.

Is this normal behavior?

Thanks in advance,

Evan

----
(defun test () nil)

#|

comment

|#

(defun test () nil)

#|

comment

#|

(defun test () nil)
----



More information about the slime-devel mailing list