UserDefinedLanguage folder question
-
Hi,
I have some texts that describes a tree in the following format.
1 Node Info 2 Some text 3 Some text 2 Some text 1 Some text
Which would correspond to
1 |_ Node Info 2 | |_ Some text 3 | |_ Some text 2 | |_ Some text 1 |_ Some text
Is it possible to create folders based on the leading tree depth values, so that I can fold subtree nodes?
-