diff options
Diffstat (limited to 'atom/snippets.cson')
| -rw-r--r-- | atom/snippets.cson | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/atom/snippets.cson b/atom/snippets.cson deleted file mode 100644 index e27c158..0000000 --- a/atom/snippets.cson +++ /dev/null @@ -1,18 +0,0 @@ -# Your snippets -# -# Atom snippets allow you to enter a simple prefix in the editor and hit tab to -# expand the prefix into a larger code block with templated values. -# -# You can create a new snippet in this file by typing "snip" and then hitting -# tab. -# -# An example CoffeeScript snippet to expand log to console.log: -# -# '.source.coffee': -# 'Console log': -# 'prefix': 'log' -# 'body': 'console.log $1' -# -# This file uses CoffeeScript Object Notation (CSON). -# If you are unfamiliar with CSON, you can read more about it here: -# https://github.com/bevry/cson#what-is-cson |