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, 0 insertions, 4 deletions
diff --git a/runtime/queries/koto/textobjects.scm b/runtime/queries/koto/textobjects.scm index 15455689..c997b5cf 100644 --- a/runtime/queries/koto/textobjects.scm +++ b/runtime/queries/koto/textobjects.scm @@ -11,10 +11,6 @@ (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) |