Hey folks who know a heckuva lot more about Syntax Sugars than I,
Is it possible through the Sugar XML syntax definitions to enable Textmate-style intelligent auto-indentation? For instance, I type this (pipe is cursor):
<div>|</div>
Hit enter and get this:
<div>
|
</div>
I’m hoping it is possible to do in the syntax definition; if not, I’ll add a workaround action to my sugar.
