I would like to be able to intercept every syntax match event and 1) Check to which group it belongs 2) Get the related string to be highlighted I'm checking src/syntax.c but no idea for now
2013/12/24 Tim Chase <[email protected]> > On 2013-12-24 01:25, Luca Rocca wrote: > > I'm trying to modify vim source code to add some functionality I > > need. Basically I seek help in identifying which data structure in > > vim contains some information (say for example the group of a > > syntax match event). Is this the right place to ask? > > It depends. If you clarify the needs you're trying to address, there > might be a way to do it with pure vimscript. > > If not, then the [email protected] list[1] would be a better resource > for that. > > -tim > > [1] http://www.vim.org/maillist.php > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
