brace nanny

Grant Edwards grante at visi.com
Sat Jan 13 15:09:42 EST 2001


In article <mailman.979344735.22732.python-list at python.org>, Issac Trotts wrote:

>> Does anybody know of a free/open "brace nanny" for C/C++,
>> preferably written in Python?  (By "brace nanny", of course,
>> I mean a gizmo that finds inconsistencies between the
>> indentation level and the braces.  I've had to change bracing
>> style lately, so I need a little help with that.)

>www.vim.org
>
>If you turn on syntax highlighting, it will show the mismatched
>braces in red.

It actually compares braces and indentation level to detect
style errors?  (That's what was asked for, wasn't it?)

-- 
Grant Edwards                   grante             Yow!  Did I SELL OUT yet??
                                  at               
                               visi.com            



More information about the Python-list mailing list