1
0
Fork 0

🚧 First working macro implementation

This commit is contained in:
Joost De Cock 2018-07-21 12:54:29 +02:00
parent ae31669581
commit 4be84584c2
6 changed files with 278 additions and 257 deletions

View file

@ -80,6 +80,7 @@ export function shorthand(part, context): {} {
points: part.points || {},
paths: part.paths || {},
snippets: part.snippets || {},
macro: part.macroRunner(),
final,
paperless
}