mrmlnc / vscode-attrs-sorter

:electric_plug: VS Code plugin for sorting of the tag attributes in the specified order.
https://goo.gl/nFSdjs
MIT License
8 stars 1 forks source link

Removes quotes from function parameter list #47

Open danielcl opened 5 years ago

danielcl commented 5 years ago

Following pug code:

+Test( test("test", "test") )

results in:

+Test( test(test, test) )