[plt-scheme] Syntax colouring def...

From: Robby Findler (robby at cs.uchicago.edu)
Date: Mon Aug 13 21:04:48 EDT 2007

It is the default.

There are lots of keywords that start with "def" in Scheme
(define-struct, define, etc) and it is a common thing to write new
macros that are definitions whose name begins with "def".

Robby

On 8/10/07, Majorinc, Kazimir <kazimir at chem.pmf.hr> wrote:
> It worked, I have found this in preferences: ^def
>
> I have no idea why it was there.
>
> Thanks
> >
> > Check your preferences. Most likely there is a regular expression
> >
> >   def.*
> >
> > that says all names starting with def are keywords. Remove it if dislike
> > it.
> >
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.