[plt-scheme] Syntax colouring def...

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Fri Aug 10 15:12:04 EDT 2007

Majorinc, Kazimir wrote:
> My editor colours every symbol that begins with def like it is a keyword.
> 
> def
> defif
> defuf
> default
> 
> Both in definition and interaction window. Is it bug or feature? Should 
> I give up from using such names?

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.

-- 
Jens Axel Søgaard





Posted on the users mailing list.