Skip to content

Commit 9f3f81f

Browse files
committed
add dictionary snippets
1 parent 9014b9c commit 9f3f81f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@
2626
"arfoeq",
2727
"arfone",
2828
"arrowfunction",
29+
"arsba",
30+
"arsbd",
31+
"arsda",
32+
"arsdd",
2933
"arsna",
3034
"arsnd",
35+
"arso",
36+
"arssa",
37+
"arssd",
3138
"artsna",
3239
"artsnd",
3340
"aruv",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ Below is a list of all available snippets and the triggers of each one. The `░
176176

177177
### Functions
178178

179-
| Trigger | Description | Result JS | Result TS |
180-
| -------: | ----------------------------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
179+
| Trigger | Description | Result JS | Result TS |
180+
| --------: | ---------------------------------------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
181181
| `edaf→` | export default anonymous arrow function | <code>export default (░) => {<br/>&nbsp;&nbsp;█<br/> }</code> | <code>export default (░) => {<br/>&nbsp;&nbsp;█<br/> }</code> |
182182
| `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> |
183183
| `caf→` | const arrow function implicit return | <code>const ░name = (░) => █</code> | <code>const ░name = (░) => █</code> |

0 commit comments

Comments
 (0)