1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
property = afx` <!-- some comment --> <!-- ^@comment --> <div attribute="value">text</div> <!-- ^@tag --> <!-- ^@tag.attribute --> <!-- ^@string --> <!-- ^@punctuation.bracket --> <!-- ^@tag --> <Namespace:Type {...spread} some={(a) => true} /> <!-- ^@tag --> <!-- ^@variable --> <!-- ^@variable --> <!-- ^@boolean --> `