branch: elpa/yasnippet-snippets commit 31d8558f87223fb033ad74626462e2b25ddfb20d Author: Laam Pui <lpw...@gmail.com> Commit: Laam Pui <lpw...@gmail.com>
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