From 3f1afec15bd6cb0d9637096503adbdd1133b6172 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 20 Oct 2014 09:01:17 -0700 Subject: [PATCH] :memo: Link to CSON description --- dot-atom/keymap.cson | 4 +++- dot-atom/snippets.cson | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dot-atom/keymap.cson b/dot-atom/keymap.cson index ac8541c7af8..b2d4928d865 100644 --- a/dot-atom/keymap.cson +++ b/dot-atom/keymap.cson @@ -20,4 +20,6 @@ # * https://atom.io/docs/latest/customizing-atom#customizing-key-bindings # * https://atom.io/docs/latest/advanced/keymaps # -# Bindings not working? Be aware that cson follows CoffeeScript notation with differs from json. +# 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 diff --git a/dot-atom/snippets.cson b/dot-atom/snippets.cson index 9578993618a..e27c1582f0d 100644 --- a/dot-atom/snippets.cson +++ b/dot-atom/snippets.cson @@ -13,3 +13,6 @@ # '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