Skip to content

Commit

Permalink
chore: alphabetize layout/new
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 19, 2024
1 parent a73fbc7 commit 04a4b89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/cy/boot/layout.janet
Original file line number Diff line number Diff line change
Expand Up @@ -182,18 +182,18 @@ For example:
```Macro for quickly creating layouts. layout/new replaces shorthand versions of node creation functions with their longform versions and also includes a few abbreviations that do not exist elsewhere in the API.
Supported short forms:
* pane: A detached :pane node.
* active-tab: A :tab with :active=true inside of a :tabs node.
* attach: An attached :pane node.
* split: A :split node.
* hsplit: A :split node with :vertical=false.
* vsplit: A :split node with :vertical=true.
* bar: A :bar node.
* borders: A :borders node.
* color-map: A :color-map node.
* hsplit: A :split node with :vertical=false.
* margins: A :margins node.
* tabs: A :tabs node.
* pane: A detached :pane node.
* split: A :split node.
* tab: A :tab inside of a :tabs node.
* active-tab: A :tab with :active=true inside of a :tabs node.
* bar: A :bar node.
* color-map: A :color-map node.
* tabs: A :tabs node.
* vsplit: A :split node with :vertical=true.
See [the layouts chapter](/layouts.md#api) for more information.
```
Expand Down

0 comments on commit 04a4b89

Please sign in to comment.