emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yasnippet-snippets 1ad99b341e 11/12: Merge pull request #4


From: ELPA Syncer
Subject: [nongnu] elpa/yasnippet-snippets 1ad99b341e 11/12: Merge pull request #444 from laampui/cta
Date: Wed, 13 Jul 2022 08:59:23 -0400 (EDT)

branch: elpa/yasnippet-snippets
commit 1ad99b341e244de3d8898364887484da3ecd71ef
Merge: d42f3ed9a7 31d8558f87
Author: Andrea Crotti <andrea.crotti.0@gmail.com>
Commit: GitHub <noreply@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 <lpwowo@gmail.com>
+# name: console.table
+# key: cta
+# group: console
+# --
+
+console.table(${1:object})
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]