Skip to content

Commit 16c0b15

Browse files
committed
Added console.log
1 parent eff8ccb commit 16c0b15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

snippets/snippets.cson

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
# You can contact me at https://github.com/papaponmx
33
# https://riosjaime.com or hola@riosjaime.com
44

5+
6+
# JavaScript
7+
'.source.js':
8+
'Console log':
9+
'prefix': 'log'
10+
'body': 'console.log(${1:msg})';
11+
12+
513
'.source.js':
614
'Annonymous function':
715
'prefix': 'anfn'

0 commit comments

Comments
 (0)