mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
c_sharp: update parser and queries (#4169)
Remove "nameof" from @keyword.operator Co-authored-by: cbrunel <cbrunel@nomadis.co>
This commit is contained in:
parent
1c89f9b5bc
commit
c500926755
2 changed files with 1 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
"revision": "7175a6dd5fc1cee660dce6fe23f6043d75af424a"
|
||||
},
|
||||
"c_sharp": {
|
||||
"revision": "3b661ced8d510aa424e2f68314520c281dd8c113"
|
||||
"revision": "98a28791018cc2587020a36b2d0cf28ccb29903f"
|
||||
},
|
||||
"clojure": {
|
||||
"revision": "50468d3dc38884caa682800343d9a1d0fda46c9b"
|
||||
|
|
|
|||
|
|
@ -318,7 +318,6 @@
|
|||
"with"
|
||||
"new"
|
||||
"typeof"
|
||||
"nameof"
|
||||
"sizeof"
|
||||
"is"
|
||||
"and"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue