mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
Co-authored-by: oliver <151407407+kwfn@users.noreply.github.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
14 lines
251 B
XML
14 lines
251 B
XML
// Autocomplete: true
|
|
// Ref: false
|
|
|
|
---
|
|
// Autocomplete contains: -1 "int", "if conditional"
|
|
// Autocomplete excludes: -1 "foo"
|
|
#i
|
|
|
|
---
|
|
|
|
// Autocomplete contains: -1 "insert", "remove", "len", "all"
|
|
// Autocomplete excludes: -1 "foobar", "foo",
|
|
#().
|