[READ-ONLY] Mirror of https://github.com/probablykasper/javascript-without-snippets. Atom package | language-javascript without snippets
atom atom-package package
0

Configure Feed

Select the types of activity you want to include in your feed.

Small updates to stuff

SpectralKH (May 7, 2016, 8:34 PM +0200) fba8d715 463e3533

+3 -4
+2 -3
README.md
··· 1 - # JavaScript Without snippets 2 - Package for [Atom](https://atom.io) 1 + # JavaScript Without Snippets 3 2 4 3 The core package "[language-javascript](https://github.com/atom/language-javascript)" without snippets, so you can easily 5 4 add your own. Just disable the core package, and add your desired snippets 6 5 through Atom's default snippets.cson file. 7 6 8 - Default snippets can be found commented out in [/snippets/language-javascript.cson]() 7 + Default snippets can be found commented out in [/snippets/language-javascript.cson](https://github.com/SpectralKH/javascript-without-snippets/blob/master/snippets/language-javascript.cson)
+1 -1
package.json
··· 1 1 { 2 2 "name": "javascript-without-snippets", 3 - "version": "0.119.0", 3 + "version": "0.199.0", 4 4 "description": "language-javascript without snippets, letting you easily add your own", 5 5 "engines": { 6 6 "atom": "*",