✨ Added constructors to shorthand
This commit is contained in:
parent
e792cf61ff
commit
62c35fe19d
3 changed files with 14 additions and 9 deletions
|
@ -75,6 +75,9 @@ export function shorthand(part) {
|
|||
paths: part.paths || {},
|
||||
snippets: part.snippets || {},
|
||||
macro: part.macroRunner(),
|
||||
point: part.point,
|
||||
path: part.path,
|
||||
snippet: part.snippet,
|
||||
final,
|
||||
paperless
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue