Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free syntax highlighting component in .NET

Does anyone knows about good free syntax highlighting component for .NET?

Thanks a lot,
Adi Barda

like image 673
Adi Barda Avatar asked Nov 03 '09 16:11

Adi Barda


People also ask

Does Visual Studio have syntax highlighting?

Syntax highlighting determines the color and style of source code displayed in the Visual Studio Code editor. It is responsible for colorizing keywords like if or for in JavaScript differently than strings and comments and variable names.

How do I enable syntax highlighting in Visual Studio?

press CTRL + K then press M.


1 Answers

We have used CSharpEdit's editor component. It takes a bit of work but is worth it.

like image 173
Johan Avatar answered Nov 15 '22 06:11

Johan