tinymist/syntaxes/textmate/tests/unit/basic/import4.typ
2024-11-29 15:17:00 +08:00

12 lines
No EOL
311 B
Typst

#import"ident.typ";
#import "ident.typ":(a.b, b);
#import "ident.typ" as x:(a.b, b);
#import"ident.typ"as x:(/* test */ a.b,
/* test */ b /* test */, /* test */);
#import("ident.typ");
#import { "ident.typ" };
#import { "ident.typ" }:(a, b);
#import { "ident.typ" }:(
a, b);
#import { "ident.typ" }:(a.b, b);