For example, i want to enter with this input:
.classOne#idOne?customAttribute?customAttributeValue
And then, when hit Tab on keyboard I want get this output:
<div class="classOne" id="idOne" customAttribute="customAttributeValue"></div>
What are the {?
} characters to make this input/output possible?