台湾新闻晚播报:赖清德“干净的煤”之谎遭揭穿
Tagged with plugin-treesitter macro
1 question
6
votes
1
answer
2k
views
Use treesitter to jump to next argument without going into nested function calls
I'm hoping to write a macro that involves jumping to a second argument of a function call and deleting it. The function arguments will sometimes include nested function calls, sometimes not, will ...