google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

C# Keywords #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I've found some other non LINQ related keywords, which are currently not 
highlighted.
you can find a full List of keywords here:
http://msdn.microsoft.com/en-us/library/x53a06bb(v=VS.100).aspx

Attached is a patch, which includes all currently missing keywords (this time, 
in alphabetical order).
Missing keywords are:
add
alias
dynamic
get
global
partial
remove
set
value
volatile
yield

Thanks in advance.

Best regards

Original issue reported on code.google.com by Volk...@gmail.com on 29 May 2011 at 2:22

Attachments:

GoogleCodeExporter commented 9 years ago
There was one comma to much in the above patch, attached a fix.

Original comment by Volk...@gmail.com on 29 May 2011 at 2:29

Attachments:

GoogleCodeExporter commented 9 years ago
Committed in r518.

Original comment by XhmikosR on 29 May 2011 at 2:54