BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.43k stars 241 forks source link

There's no LanguageDefinition for C# #60

Open orioldedios opened 5 years ago

orioldedios commented 5 years ago

What can I do if I need this Text Editor in c#?

BalazsJako commented 5 years ago

You have to implement it. Try to use the current C/C++ support as a starting point, and re-use parts of it, and make something similar. It is way better than the slow std::regex-based language definitions.

VeithBuergerhoff commented 3 years ago

If you still need C# support it might be worth the while to look at the Roslyn APIs.