From 6ce64c6d7e642937276566f052fbfa51908219d9 Mon Sep 17 00:00:00 2001 From: hemanth-hk Date: Tue, 31 Mar 2020 16:19:24 +0530 Subject: [PATCH] Added init file for atom --- commands/init/atom.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 commands/init/atom.json diff --git a/commands/init/atom.json b/commands/init/atom.json new file mode 100644 index 0000000..10d5290 --- /dev/null +++ b/commands/init/atom.json @@ -0,0 +1,7 @@ +[{ + "editor_name": "Atom" + }, + { + "command": "atom" + } +] \ No newline at end of file