snippets
snippets copied to clipboard
Atom snippets package
### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the...
### Prerequisites * [X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...
### Description of the Change Installs and converts the package to [`prettier-standard`](https://github.com/sheerun/prettier-standard) style. This is consistent with atom core, which also seems to use a custom `prettier` `standard` combo While...
I like to use single quotes in my JavaScript. Whenever I use a snippet that uses double quotes by default, I have to get rid of the linting errors. I...
_From @morseldesign on March 29, 2015 19:51_ **Feature** Ability to do an `@import` or `require()` syntax for breaking up snippets into multiple files. For example `@import "/snippets/documentation-snippets.cson"` or `require('snippets/javascript-snippets.cson')`. **Why**...
### Description of the Change This fixes a simple case of tab stop indentation not applying properly if following conditions are met: 1) The snippet's tab stop starts from the...
_From @toddmbloom on May 13, 2015 16:48_ I was just thinking that it would be nice for Atom to support a folder level snippet file, which would be used to...
### Description of the Change This pull request changes a test in spec suite which at the time of writing expects a very specfic indentation logic behavior from core: it...
Fixes #152. 
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...