c_sharp: update parser and queries (#4169)

Remove "nameof" from @keyword.operator

Co-authored-by: cbrunel <cbrunel@nomadis.co>
This commit is contained in:
Corentin Brunel 2023-01-16 12:49:26 -05:00 committed by GitHub
parent 1c89f9b5bc
commit c500926755
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -30,7 +30,7 @@
"revision": "7175a6dd5fc1cee660dce6fe23f6043d75af424a"
},
"c_sharp": {
"revision": "3b661ced8d510aa424e2f68314520c281dd8c113"
"revision": "98a28791018cc2587020a36b2d0cf28ccb29903f"
},
"clojure": {
"revision": "50468d3dc38884caa682800343d9a1d0fda46c9b"

View file

@ -318,7 +318,6 @@
"with"
"new"
"typeof"
"nameof"
"sizeof"
"is"
"and"