branch: elpa/yasnippet-snippets
commit 1ad99b341e244de3d8898364887484da3ecd71ef
Merge: d42f3ed9a7 31d8558f87
Author: Andrea Crotti <andrea.crott...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #444 from laampui/cta
    
    add cta => console.table()
---
 snippets/js-mode/console/cta | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/snippets/js-mode/console/cta b/snippets/js-mode/console/cta
new file mode 100644
index 0000000000..ab6b88e223
--- /dev/null
+++ b/snippets/js-mode/console/cta
@@ -0,0 +1,9 @@
+# -*- mode: snippet -*-
+# uuid: 9c2aa6ee-9729-46d9-afdb-b6dc21f9f2e7
+# contributor: Laam Pui <lpw...@gmail.com>
+# name: console.table
+# key: cta
+# group: console
+# --
+
+console.table(${1:object})
\ No newline at end of file

Reply via email to