Skip to content

Commit

Permalink
(vbnet) Add missing nameof keyword (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored and joshgoebel committed Dec 20, 2019
1 parent 12a4132 commit bd54565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Expand Up @@ -14,9 +14,10 @@ Core Changes:

Language Improvements:

- none yet.
- (vbnet) add nameof operator to the keywords (#2329) [Youssef Victor][]

[Josh Goebel]: https://github.com/yyyc514
[Youssef Victor]: https://github.com/Youssef1313


## Version 9.17.1
Expand Down
2 changes: 1 addition & 1 deletion src/languages/vbnet.js
Expand Up @@ -16,7 +16,7 @@ function(hljs) {
'each equals else elseif end enum erase error event exit explicit finally for friend from function ' + /* e-f */
'get global goto group handles if implements imports in inherits interface into is isfalse isnot istrue iterator ' + /* g-i */
'join key let lib like loop me mid mod module mustinherit mustoverride mybase myclass ' + /* j-m */
'namespace narrowing new next not notinheritable notoverridable ' + /* n */
'nameof namespace narrowing new next not notinheritable notoverridable ' + /* n */
'of off on operator option optional or order orelse overloads overridable overrides ' + /* o */
'paramarray partial preserve private property protected public ' + /* p */
'raiseevent readonly redim rem removehandler resume return ' + /* r */
Expand Down

0 comments on commit bd54565

Please sign in to comment.