Skip to content

Commit

Permalink
Add documentation for regions.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodreamz committed Nov 9, 2022
1 parent e69259e commit 4be3503
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,15 @@ Every space inside `{ }` and `( )` means that this is pushed into next line :)
| `cwa→` | `console.warn` |
| `cin→` | `console.info` |

## Region

| Prefix | Method |
| -----: | ------------------------------ |
| `rgc` | `// #region constants` |
| `rgf` | `// #region functions` |
| `rgsc` | `// #region styled-components` |
| `rgrc` | `// #region components` |

## Styled Components

| `Snippet` | `Content` |
Expand Down

0 comments on commit 4be3503

Please sign in to comment.