about summary refs log tree commit diff
path: root/js_clog.sublime-snippet
diff options
context:
space:
mode:
Diffstat (limited to 'js_clog.sublime-snippet')
-rw-r--r--js_clog.sublime-snippet7
1 files changed, 7 insertions, 0 deletions
diff --git a/js_clog.sublime-snippet b/js_clog.sublime-snippet
new file mode 100644
index 000000000000..34d524002442
--- /dev/null
+++ b/js_clog.sublime-snippet
@@ -0,0 +1,7 @@
+<snippet>
+  <content><![CDATA[
+console.log('${1:what}' + ${1:what});
+]]></content>
+  <tabTrigger>clog</tabTrigger>
+  <scope>source.js</scope>
+</snippet>