Art-Stea1th / Enhanced-Syntax-Highlighting

[Marketplace] Lightweight "editor classifier extension" for Visual Studio based on the async Roslyn APIs to enhanced highlighting custom tags in C# code.
https://marketplace.visualstudio.com/items?itemName=StanislavKuzmichArtStea1th.EnhancedSyntaxHighlighting
Other
77 stars 10 forks source link

Syntax highlighting for reserved words like (if, for, foreach, while, throw, return, etc.) #14

Closed username1223121 closed 5 years ago

username1223121 commented 5 years ago

I would like to recommend new syntax highlighting for specified reserved words. You can find whole syntax highlighting in Visual Studio Code. Here is the the sample attached. I believe this looks much cleaner with rose/purple color used for those reserved words, and i think code is easier to read. Annotation 2019-03-12 182011

Art-Stea1th commented 5 years ago

Hello, username1223121. This is a great idea, but all tag highlighting requests should be there. Regards.