From 401697d279a2e39d258e2db9de16afb2302a6e78 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Fri, 15 Feb 2013 16:37:44 +0400 Subject: [PATCH] logo - console.log object snippet, README.md update --- README.md | 7 ++++++- Snippets/Console Log Object.tmSnippet | 16 ++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 Snippets/Console Log Object.tmSnippet diff --git a/README.md b/README.md index 24f0b9a..c14fad9 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,12 @@ You can access the commands either using the command palette (`ctrl+shift+P` or **Classes** - Class - cla + Class: cla + +**Logging** + + Log statement: log + Log object/description: logo **Other** diff --git a/Snippets/Console Log Object.tmSnippet b/Snippets/Console Log Object.tmSnippet new file mode 100644 index 0000000..9141477 --- /dev/null +++ b/Snippets/Console Log Object.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + console.log "${0:object}: #{${0:object}}" + name + logo + scope + source.coffee + tabTrigger + logo + uuid + FBC44B18-323A-4C00-A35B-15E41830C5AD + + \ No newline at end of file