Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.2
Operating system/version
MacOS 14.5
Describe the bug
clear_log_statements doesn't clear multi-line console.logs
example
console.log( "🪵", {
a,
b,
c
})
it only deletes the first line containing the 🪵 but not the following 4 lines.
Steps To Reproduce
see example above
Expected Behavior
it should delete the entire statement