标签: twig phpstorm
我修改了我的Twig模板引擎以使用不同的括号。
自:
{% if a < b %} {% endif %}
要:
{ if a < b } { endif }
如何更改PHPStorm以识别此语法并自动完成?