From 7c3bc9bc50f045b0f993d95a32fe7157e36dd7a0 Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Mon, 18 Jan 2016 20:14:18 -0700 Subject: [PATCH] Marko v3: Explicitly allow core directive attributes on all tags --- taglibs/core/marko-taglib.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/taglibs/core/marko-taglib.json b/taglibs/core/marko-taglib.json index db85b8ee3..60efd7c65 100644 --- a/taglibs/core/marko-taglib.json +++ b/taglibs/core/marko-taglib.json @@ -43,6 +43,10 @@ "node-factory": "./var-tag" }, "<*>": { + "@if": "argument", + "@else-if": "argument", + "@else": "argument", + "@for": "argument", "transformer": "./core-transformer" } } \ No newline at end of file