All Questions
2 questions
1
vote
1
answer
55
views
Only first two code snippets in my snippets.cson work in Atom
I want to use my own code snippets in Atom, but after hours of trying I am still not able to use more than first two of them and I cannot find a mistake.
When I was looking for a solution I found ...
2
votes
0
answers
186
views
Variables for Javascript in snippets.cson does not work
I am trying to add dynamic snippet on Snippet conf file of Atom : "snippets.cson" .
I relied on this thread And i make the following attempts :
1 .
body:'var nowSec=${sec}';
variables:
sec:'...