Tricky1975 / kitty

Quick Syntax Highlighter for use on the console
zlib License
3 stars 3 forks source link

Extend KittyHighCS #22

Closed freezernick closed 4 years ago

freezernick commented 4 years ago

I've added more keywords and unreserved keywords like we did for VB ( #11 ). I've also converted void, using and delegate to keywords instead of base types - since they are keywords. But I can understand when you say that they look better as base types, and would revert the change 😛

Tricky1975 commented 4 years ago

Well, I technically used Microsoft's guidelines when it came to "void" and "delegate", however I do see your point though... 'void' has always looked a bit awkward as a base type. I'll review your changes, and think about it... Did I really put "using" as a base type? That was really a mistake, so that should be changed anyway, as I can't deem that a base type...

Tricky1975 commented 4 years ago

Yup, this will do... Thanks ;)