Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There's no LanguageDefinition for C# #60

Open
orioldedios opened this issue Dec 20, 2018 · 2 comments
Open

There's no LanguageDefinition for C# #60

orioldedios opened this issue Dec 20, 2018 · 2 comments

Comments

@orioldedios
Copy link

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

@BalazsJako
Copy link
Owner

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants