- added missing json.html tag
This commit is contained in:
parent
45c8173029
commit
b836fc5bd8
|
@ -6,7 +6,7 @@ use Picea\Compiler\Context;
|
|||
|
||||
class JsonExtension implements Extension, FunctionExtension {
|
||||
|
||||
public array $token = [ "json", "json.pretty" ];
|
||||
public array $token = [ "json", "json.pretty", "json.html" ];
|
||||
|
||||
public int $flags = JSON_HEX_TAG | \JSON_HEX_QUOT | \JSON_THROW_ON_ERROR | \JSON_UNESCAPED_UNICODE;
|
||||
|
||||
|
|
Loading…
Reference in New Issue