From c9257f3ed2f2745f7748fac518c4c8cfccaac7f7 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Mon, 7 Jun 2010 20:45:39 +0200 Subject: [PATCH] [doc] updated tags and filters provided by the Core extension --- doc/03-Twig-for-Developers.markdown | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/doc/03-Twig-for-Developers.markdown b/doc/03-Twig-for-Developers.markdown index bcb81bb..b2d7a6d 100644 --- a/doc/03-Twig-for-Developers.markdown +++ b/doc/03-Twig-for-Developers.markdown @@ -266,6 +266,10 @@ The `core` extension defines all the core features of Twig: * `parent` * `display` * `filter` + * `macro` + * `import` + * `set` + * `debug` * Filters: @@ -283,6 +287,9 @@ The `core` extension defines all the core features of Twig: * `reverse` * `length` * `sort` + * `in` + * `range` + * `cycle` * `default` * `keys` * `items` -- 1.7.2.5