My application allows supporting personnels and users to create scripts in
C#

So I need to distribute C# code editor with my applicaton. Required
features:

* C# Syntax coloring
* Editor C# source code should be available


Where to find such editor ?

Andrus....