···11+See the [Atom contributing guide](https://atom.io/docs/latest/contributing)
+31
LICENSE.md
···11+Copyright (c) 2015 GitHub Inc.
22+33+Permission is hereby granted, free of charge, to any person obtaining
44+a copy of this software and associated documentation files (the
55+"Software"), to deal in the Software without restriction, including
66+without limitation the rights to use, copy, modify, merge, publish,
77+distribute, sublicense, and/or sell copies of the Software, and to
88+permit persons to whom the Software is furnished to do so, subject to
99+the following conditions:
1010+1111+The above copyright notice and this permission notice shall be
1212+included in all copies or substantial portions of the Software.
1313+1414+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1515+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1616+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1717+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
1818+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1919+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
2020+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2121+2222+--------------------------------------------------------------------
2323+2424+This package was derived from a TextMate bundle located at
2525+https://github.com/textmate/javascript.tmbundle and distributed under the
2626+following license, located in `README.mdown`:
2727+2828+Permission to copy, use, modify, sell and distribute this
2929+software is granted. This software is provided "as is" without
3030+express or implied warranty, and with no claim as to its
3131+suitability for any purpose.
+8
README.md
···11+# JavaScript Without snippets
22+Package for [Atom](https://atom.io)
33+44+The core package "[language-javascript](https://github.com/atom/language-javascript)" without snippets, so you can easily
55+add your own. Just disable the core package, and add your desired snippets
66+through Atom's default snippets.cson file.
77+88+Default snippets can be found commented out in [/snippets/language-javascript.cson]()