Chris Williams

Results 6 issues of Chris Williams

In twig, whenever a comment starts the first non-empty line following an opening tag, the attributes are forced onto a new line and indented. ```twig {# brand/ logo #} ```...

I've noticed a number of private methods and final classes in this project. Is there a specific reason for this? It seems like it's done as a matter of convention....

Whenever I try to use Emmet abbreviations with this plugin enabled, I end up with an extra unmatched tag. For example, typing "div>p>a" I end up with: Would it be...

i get `ERROR: Expected comma or ")"` when attempting to format a macro with default parameter values such as ```twig {% macro name(name = 'John') %} {{ name }} {%...

Sparser encounters parse error `1 more start types than end types.` when supplying `next ``` I get `5 more start types than end types` despite `

This pull request maintains the newly added behavior of returning a string when when the concrete value is derived from a non-class alias while restoring the ability to resolve definitions...