Skip to content

Commit 0795918

Browse files
committed
update: adjusting syntax
1 parent 417a97d commit 0795918

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

snippets/js/libraries/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# JavaScript Libraries Snippets
2+
3+
- [jQuery](jquery/)

snippets/js/tests/structure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tests structure Snippets
22

3-
## Prefix ts.*
3+
## Prefix `ts.*`
44

55
### [ts.aftereach] afterEach
66

snippets/js/vanilla/timer/js-timer-set-timeout.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<snippet>
22
<content><![CDATA[
33
setTimeout(function() {
4-
${2}
4+
${2}
55
}, ${1:delay});
66
]]></content>
77
<tabTrigger>jstimeout</tabTrigger>

0 commit comments

Comments
 (0)