Macro T
Source macro_rules! T {
[ws] => { ... };
[lb] => { ... };
[word] => { ... };
[number] => { ... };
[html escape character] => { ... };
[unknown] => { ... };
["."] => { ... };
[".."] => { ... };
[","] => { ... };
[":"] => { ... };
[";"] => { ... };
["!"] => { ... };
["!="] => { ... };
["!=="] => { ... };
["?"] => { ... };
["??"] => { ... };
["%"] => { ... };
["~"] => { ... };
["|"] => { ... };
["||"] => { ... };
["&"] => { ... };
["&&"] => { ... };
["/"] => { ... };
["//"] => { ... };
["\\"] => { ... };
["("] => { ... };
[")"] => { ... };
["{"] => { ... };
["}"] => { ... };
["["] => { ... };
["]"] => { ... };
["<"] => { ... };
["<="] => { ... };
["<=>"] => { ... };
["</"] => { ... };
["<!"] => { ... };
["DOCTYPE"] => { ... };
[">"] => { ... };
[">="] => { ... };
["=>"] => { ... };
["/>"] => { ... };
["<!--"] => { ... };
["-->"] => { ... };
["="] => { ... };
["=="] => { ... };
["==="] => { ... };
["+"] => { ... };
["-"] => { ... };
["*"] => { ... };
["**"] => { ... };
["\""] => { ... };
["'"] => { ... };
["`"] => { ... };
["{%"] => { ... };
["%}"] => { ... };
["{{"] => { ... };
["}}"] => { ... };
["{#"] => { ... };
["#}"] => { ... };
["#"] => { ... };
["true"] => { ... };
["false"] => { ... };
["block"] => { ... };
["endblock"] => { ... };
["if"] => { ... };
["elseif"] => { ... };
["else"] => { ... };
["endif"] => { ... };
["apply"] => { ... };
["endapply"] => { ... };
["autoescape"] => { ... };
["endautoescape"] => { ... };
["cache"] => { ... };
["endcache"] => { ... };
["deprecated"] => { ... };
["do"] => { ... };
["embed"] => { ... };
["endembed"] => { ... };
["extends"] => { ... };
["flush"] => { ... };
["for"] => { ... };
["endfor"] => { ... };
["from"] => { ... };
["import"] => { ... };
["macro"] => { ... };
["endmacro"] => { ... };
["sandbox"] => { ... };
["endsandbox"] => { ... };
["set"] => { ... };
["endset"] => { ... };
["use"] => { ... };
["verbatim"] => { ... };
["endverbatim"] => { ... };
["only"] => { ... };
["ignore missing"] => { ... };
["with"] => { ... };
["endwith"] => { ... };
["ttl"] => { ... };
["tags"] => { ... };
["props"] => { ... };
["component"] => { ... };
["endcomponent"] => { ... };
["not"] => { ... };
["or"] => { ... };
["and"] => { ... };
["b-or"] => { ... };
["b-xor"] => { ... };
["b-and"] => { ... };
["in"] => { ... };
["matches"] => { ... };
["starts with"] => { ... };
["ends with"] => { ... };
["is"] => { ... };
["even"] => { ... };
["odd"] => { ... };
["defined"] => { ... };
["same as"] => { ... };
["as"] => { ... };
["none"] => { ... };
["null"] => { ... };
["divisible by"] => { ... };
["constant"] => { ... };
["empty"] => { ... };
["iterable"] => { ... };
["max"] => { ... };
["min"] => { ... };
["range"] => { ... };
["cycle"] => { ... };
["random"] => { ... };
["date"] => { ... };
["include"] => { ... };
["source"] => { ... };
["trans"] => { ... };
["endtrans"] => { ... };
["sw_extends"] => { ... };
["sw_silent_feature_call"] => { ... };
["endsw_silent_feature_call"] => { ... };
["sw_include"] => { ... };
["return"] => { ... };
["sw_icon"] => { ... };
["sw_thumbnails"] => { ... };
["style"] => { ... };
["ludtwig-ignore-file"] => { ... };
["ludtwig-ignore"] => { ... };
}