diff options
Diffstat (limited to 'tests/typ/autocomplete/showcase.typ')
| -rw-r--r-- | tests/typ/autocomplete/showcase.typ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/typ/autocomplete/showcase.typ b/tests/typ/autocomplete/showcase.typ new file mode 100644 index 00000000..8ea94f2e --- /dev/null +++ b/tests/typ/autocomplete/showcase.typ @@ -0,0 +1,13 @@ +// 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", +#(). |
