- Code: Select all
<html>
<head>
<title><{.title}></title>
</head>
<body>
<{articles{>
<h2><{*.Title}></h2>
<p><{*.Content}></p>
<{*.Comments{> <div>
<h3><{*.Email}></h3>
<p><{*.Comment}></p>
</div><}}>
<}}>
</body>
</html>
Pretty interesting, isn't it? But I would like to reach it in UE. That what I need to know is how to specify the content between two bracket compounds like those by regular expression (I can't accept other way).
I can show by this specification: ( "<{" | "<}" ) content ( "{>" | "}>" )
I have also tried to colour those bracket compounds but its another thing. Thanx for help very MUCH. UE is the most amazing editor I've ever used!
After solution of this I will publish what I need it for

