Meteor API with tab completion and syntax highlighting.
Find a file
2014-10-02 14:41:05 -04:00
keymaps initial comimt 2014-10-02 14:31:19 -04:00
lib initial comimt 2014-10-02 14:31:19 -04:00
menus initial comimt 2014-10-02 14:31:19 -04:00
spec initial comimt 2014-10-02 14:31:19 -04:00
stylesheets initial comimt 2014-10-02 14:31:19 -04:00
.gitignore initial comimt 2014-10-02 14:31:19 -04:00
LICENSE.md initial comimt 2014-10-02 14:31:19 -04:00
package.json Prepare 0.5.0 release 2014-10-02 14:41:05 -04:00
README.md updated readme 2014-10-02 14:41:02 -04:00

Meteor API for the Atom Editor

Bring Isomorphic javascript to the editor with Meteor API code snippets and grammar/syntax highlighting!


Installation

Go to Atom > Open Your Snippets, and copy the contents of snippets/meteor.api.cson into the file. Once we get the API completely covered, we'll publish through the Atom package system.


Open Files From the Command Line

# link your atom binary so it can be run from the command line
sudo ln -s /Applications/Atom.app/Contents/MacOS/Atom /usr/local/bin/atom

# open a file
meteor create helloworld
cd helloworld
atom helloworld.js

Meteor API Coverage

List of Covered Meteor API Syntax


If you want a complete javascript IDE experience with, we recommend the following packages to run with Meteor API Snippets.

Atom Lint
Atom Beutify
Atom Jshint
Atom Prettify
Autocomplete
Bracket Matcher
Filetype Color
Grammar Selector
Snippets
Wrap Guide

Contributing / Next Steps

Custom Syntax Highlighting Javascript Grammar

Regex Tester Color Pallette Wheel


Acknowledgements / Contributors

A big shoutout to ThusStyles for piecing together the original meteor-snippets atom package!