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

In "using" declarations assamblies with "_" chars are not fontified correctly. #100

Closed
programingfrik opened this issue Jan 11, 2017 · 3 comments
Labels

Comments

@programingfrik
Copy link

Hi! thank you for all the great work o masters of the emacs!

This issue is about syntax highlight. When I put a "using" with some assembly that has "_" on its name, it is not correctly fontified.

using Pollo.Pierna;
using Pollo.El_Pescueso;  // <-- this line is not fontified correctly
using Pollo.ElPescueso; // <-- this one is!

Hope this helps to make the csharp mode even better!

@josteink
Copy link
Collaborator

Thanks for the report.

I'll see what I can do about this when I'm back from my vacation next week.

@josteink
Copy link
Collaborator

It seemed too easy not to do right away. Thanks for reporting and congratulations on issue number 100 :)

josteink added a commit that referenced this issue Jan 11, 2017
@programingfrik
Copy link
Author

programingfrik commented Jan 21, 2017 via email

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

No branches or pull requests

2 participants