kana / vim-textobj-function

Vim plugin: Text objects for functions
http://www.vim.org/scripts/script.php?script_id=2619
142 stars 34 forks source link

support systemverilog #23

Open 1137034455 opened 2 years ago

1137034455 commented 2 years ago

I love this, but I need it to work with systemverilog. How do I do this?The syntax of systemverilog is the same as vim

1137034455 commented 2 years ago

function classname::functionname(); int a = 1; endfunction: functionname

task classname::taskname(); int a = 1; endtask: taskname