### Zig Version 0.11.0-dev.3380+7e0a02ee2 ### Zig Language Server Version 0.11.0-dev.479+c28a59c ### Steps to Reproduce <|>: cursor position ``` fn add( c<|>xxx: i32, ) i32 { return xxx + 1; } ```  confirm the first selection (tab in my nvim keybinding) x ### Expected Behavior insert test:  ### Actual Behavior replace text:  * Note: it works (aka inserts) if the argument is a single letter (e.g. `x`)