Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/solidity/textobjects.scm')
| -rw-r--r-- | runtime/queries/solidity/textobjects.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/runtime/queries/solidity/textobjects.scm b/runtime/queries/solidity/textobjects.scm index 8b2860c3..4e5ffdd1 100644 --- a/runtime/queries/solidity/textobjects.scm +++ b/runtime/queries/solidity/textobjects.scm @@ -17,7 +17,7 @@ ((parameter) @parameter.inside . ","? @parameter.around) @parameter.around) (return_type_definition - ((parameter) @entry.inside . ","? @entry.around) @entry.around) + ((parameter) @parameter.inside . ","? @parameter.around) @parameter.around) (modifier_definition ((parameter) @parameter.inside . ","? @parameter.around) @parameter.around) @@ -29,13 +29,13 @@ ((error_parameter) @parameter.inside . ","? @parameter.around) @parameter.around) (call_argument - ((call_struct_argument) @entry.inside . ","? @entry.around) @entry.around) + ((call_struct_argument) @parameter.inside . ","? @parameter.around) @parameter.around) (call_expression ((call_argument) @parameter.inside . ","? @parameter.around) @parameter.around) (variable_declaration_tuple - ((variable_declaration) @entry.inside . ","? @entry.around) @entry.around) + ((variable_declaration) @parameter.inside . ","? @parameter.around) @parameter.around) (emit_statement ((call_argument) @parameter.inside . ","? @parameter.around) @parameter.around) @@ -52,4 +52,3 @@ (comment) @comment.inside (comment)+ @comment.around - |