meteor-jade icon indicating copy to clipboard operation
meteor-jade copied to clipboard

Support shortcut '=' with params

Open comerc opened this issue 9 years ago • 0 comments

Its works: = test

alternative syntax: | #{test}

with params: | #{test(param='value')}

but its wrong: = test(param='value')

comerc avatar Mar 26 '16 20:03 comerc