reesef / php-twig

This is a conversion of Anomareh / PHP-Twig.tmbundle for atom
35 stars 19 forks source link

( and ) are not scoped #29

Open bobrocke opened 8 years ago

bobrocke commented 8 years ago

( and ) are not scoped in code such as:

{% set url =  (base_url ~ pagination.params ~ page.url)|replace({'//':'/'}) %}

It seems to me they should be punctuation definition parameters begin. No?