Skip to content

Commit

Permalink
add dictionary snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
equiman committed Apr 27, 2023
1 parent 9014b9c commit 9f3f81f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,15 @@
"arfoeq",
"arfone",
"arrowfunction",
"arsba",
"arsbd",
"arsda",
"arsdd",
"arsna",
"arsnd",
"arso",
"arssa",
"arssd",
"artsna",
"artsnd",
"aruv",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ Below is a list of all available snippets and the triggers of each one. The `░

### Functions

| Trigger | Description | Result JS | Result TS |
| -------: | ----------------------------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| Trigger | Description | Result JS | Result TS |
| --------: | ---------------------------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| `edaf→` | export default anonymous arrow function | <code>export default (░) => {<br/>&nbsp;&nbsp;█<br/> }</code> | <code>export default (░) => {<br/>&nbsp;&nbsp;█<br/> }</code> |
| `edaaf→` | export default async anonymous arrow function | <code>export default async (░) => {<br/>&nbsp;&nbsp;█<br/> }</code> | <code>export default async (░) => {<br/>&nbsp;&nbsp;█<br/> }</code> |
| `caf→` | const arrow function implicit return | <code>const ░name = (░) => █</code> | <code>const ░name = (░) => █</code> |
Expand Down

0 comments on commit 9f3f81f

Please sign in to comment.