Add "nameof" reserved word of C# in auto-completion

Close #8633
This commit is contained in:
Rodrigo Cesar 2020-05-13 16:14:49 -03:00 committed by Don HO
parent 509c46b8f7
commit 230c7ef235
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
1 changed files with 2 additions and 1 deletions

View File

@ -843,6 +843,7 @@
<Param name="string keyword" />
</Overload>
</KeyWord>
<KeyWord name="nameof" />
<KeyWord name="namespace" />
<KeyWord name="new" />
<KeyWord name="null" />
@ -1013,4 +1014,4 @@
<KeyWord name="volatile" />
<KeyWord name="while" />
</AutoComplete>
</NotepadPlus>
</NotepadPlus>