pebble-intellij icon indicating copy to clipboard operation
pebble-intellij copied to clipboard

Highlight invalid function parameters

Open bjansen opened this issue 5 years ago • 0 comments

For example :

{% macro input(type="text", name, value) %}{% endmacro %}
{{ input() }} <--- this call should be highlighted

bjansen avatar Oct 02 '18 19:10 bjansen