mirror of
https://github.com/Hilbis/Hilbish
synced 2025-05-11 14:53:22 +00:00
docs: do some slight fix and rewrite for comp docs
This commit is contained in:
parent
c60137e2a6
commit
949b5b538f
@ -70,10 +70,11 @@ Example:
|
|||||||
```
|
```
|
||||||
|
|
||||||
### list
|
### list
|
||||||
The list completion group type displays in a list. It displays more info than grid.
|
The list completion group type displays in a list. A list item can either be a string, or a table for additional display options.
|
||||||
A list item can either be a string, or a table for additional display options.
|
A completion alias can be specified either as the `2nd` entry in the options table
|
||||||
If a completion has an alias, it can be specified either as the `2nd` entry in the options table
|
or te `alias` key.
|
||||||
or te `alias` key. A description can optionally be displayed for a list item, which is either the `1st`
|
|
||||||
|
A description can optionally be displayed for a list item, which is either the `1st`
|
||||||
entry or the `description` key.
|
entry or the `description` key.
|
||||||
|
|
||||||
Lastly, list entries can be styled. This is done with the `display` key. If this is present, this
|
Lastly, list entries can be styled. This is done with the `display` key. If this is present, this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user