Re: [Tutor] Block highlighters in python

2014-04-08 Thread Steven D'Aprano
On Tue, Apr 08, 2014 at 11:18:40AM +0530, Santosh Kumar wrote: > Is there a way by which we can highlight a block in the python ? > > i have a huge code and i want to see a block of ``if`` code. How do i > achieve this in VIM or any other editor. > > Note: In perl if i put my cursor on one "{" it

Re: [Tutor] Block highlighters in python

2014-04-08 Thread Alan Gauld
On 08/04/14 06:48, Santosh Kumar wrote: Is there a way by which we can highlight a block in the python ? i have a huge code and i want to see a block of ``if`` code. How do i achieve this in VIM or any other editor. Note: In perl if i put my cursor on one "{" it will hightlight the other closed

[Tutor] Block highlighters in python

2014-04-07 Thread Santosh Kumar
Is there a way by which we can highlight a block in the python ? i have a huge code and i want to see a block of ``if`` code. How do i achieve this in VIM or any other editor. Note: In perl if i put my cursor on one "{" it will hightlight the other closed "}". Do we have any such facility in pyt