[plt-scheme] Syntax colouring def...
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
>