Re: Nested Classes — thoughts and workarounds

2024-03-23 Thread Igbanam Ogbuluijah
Ooph! Thank you!! I wish I knew about your libparser before I started down the regex jungle trying to parse the protobuf structure. I will finish this as a v1 with caveman regex then port to libparser for a v2. SearchResponseResult is a good idea as well. Thank you. - Igbanam On Sat, Mar 23,

Re: Nested Classes — thoughts and workarounds

2024-03-23 Thread Lifepillar
On 2024-03-22, Igbanam Ogbuluijah wrote: > Hello community, > > I've been playing with some idea which has brought me to needing Nested > Classes in Vim. I am curious what you think about this? Would this be too > much for Vimscript? If not, what current workarounds would you suggest? I don't

Nested Classes — thoughts and workarounds

2024-03-21 Thread Igbanam Ogbuluijah
Hello community, I've been playing with some idea which has brought me to needing Nested Classes in Vim. I am curious what you think about this? Would this be too much for Vimscript? If not, what current workarounds would you suggest? Context: I'm taking a stab at parsing protobuf definitions