mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
fix(solidity): update queries from upstream (#6424)
This commit is contained in:
parent
c16f66cca0
commit
d90e11756d
2 changed files with 3 additions and 3 deletions
|
|
@ -106,7 +106,7 @@
|
|||
(identifier) @function.call)
|
||||
|
||||
; Function parameters
|
||||
(event_paramater
|
||||
(event_parameter
|
||||
name: (identifier) @variable.parameter)
|
||||
|
||||
(parameter
|
||||
|
|
@ -160,7 +160,7 @@
|
|||
|
||||
; FIXME: update grammar
|
||||
; (block_statement "unchecked" @keyword)
|
||||
(event_paramater
|
||||
(event_parameter
|
||||
"indexed" @keyword)
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue