Original text:
---------------
first = "first"
second = "second"
third = "third"
---------------
Subtree: Language: Python
---------------
<reparse>first = "first"
second = first
third = "third"</reparse>
---------------
