Re: Thoughts on a block-syntax extension to PTL
Evan Laforge <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
> Sounds great! > This syntax feels so natural, the more I look at it the more I like > it. And Python auto-indent works automatically after :, at least in > Vim (anytag: -> hit return -> auto-indented 4 characters) Cool ;-) > It also eliminates another ptl-related Vim problem -- files with long > multiline strings become very slow (I am not an expert on Vim so maybe > it's easy fixable though). :syntax off maybe? <wink>