Allow accessing properties in current context using paths. This is to
avoid name collisions with registered helper functions. Issue #458
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
<mu>"{{" { return 'OPEN'; }
|
||||
|
||||
<mu>"=" { return 'EQUALS'; }
|
||||
<mu>"."/[} ] { return 'ID'; }
|
||||
<mu>"."/[}/ ] { return 'ID'; }
|
||||
<mu>".." { return 'ID'; }
|
||||
<mu>[\/.] { return 'SEP'; }
|
||||
<mu>\s+ { /*ignore whitespace*/ }
|
||||
|
||||
Reference in New Issue
Block a user