[doc] updated tags and filters provided by the Core extension
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 7 Jun 2010 18:45:39 +0000 (20:45 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 7 Jun 2010 18:45:51 +0000 (20:45 +0200)
doc/03-Twig-for-Developers.markdown

index bcb81bb..b2d7a6d 100644 (file)
@@ -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`