Nemerle Documentation

MacroColorizer.PushNewColor Method 

Creates new color for execution of macro expansion, stores this color as top of the stack, together with [macro_use] as context color of currently executed macro.

public static void PushNewColor(
   int use_color,
   GlobalEnv use_context
);

See Also

MacroColorizer Class | Nemerle.Compiler Namespace