mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix: revert for solidity
This commit is contained in:
parent
a1df50a79f
commit
181a580190
1 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
(call_expression . (identifier) @function.call)
|
(call_expression . (identifier) @function.call)
|
||||||
|
|
||||||
; Function parameters
|
; Function parameters
|
||||||
(event_parameter name: (identifier) @parameter)
|
(event_paramater name: (identifier) @parameter)
|
||||||
(parameter name: (identifier) @parameter)
|
(parameter name: (identifier) @parameter)
|
||||||
|
|
||||||
; Yul functions
|
; Yul functions
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
; FIXME: update grammar
|
; FIXME: update grammar
|
||||||
; (block_statement "unchecked" @keyword)
|
; (block_statement "unchecked" @keyword)
|
||||||
|
|
||||||
(event_parameter "indexed" @keyword)
|
(event_paramater "indexed" @keyword)
|
||||||
|
|
||||||
[
|
[
|
||||||
"public"
|
"public"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue