Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/koto/textobjects.scm')
| -rw-r--r-- | runtime/queries/koto/textobjects.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/queries/koto/textobjects.scm b/runtime/queries/koto/textobjects.scm index c997b5cf..15455689 100644 --- a/runtime/queries/koto/textobjects.scm +++ b/runtime/queries/koto/textobjects.scm @@ -11,6 +11,10 @@ (call_args ((call_arg) @parameter.inside . ","? @parameter.around) @parameter.around) +(chain + call: (tuple + ((element) @parameter.inside . ","? @parameter.around) @parameter.around)) + (map ((entry_inline) @entry.inside . ","? @entry.around) @entry.around) |