resources/messages/attributeDescriptions/tokens.html (16 lines of code) (raw):
<html>
<body>
List of tokens and their string values. Regexp tokens are required by <b>Live Preview</b>.
<h2>Examples:</h2>
<pre><code>
{
tokens = [
id="regexp:\w+" // regexp token
string // no value or pattern
PLUS_OP="+"
SWITCH="switch"
]
}
</code></pre>
</body>
</html>