A Community-led Hyper-Hackable Text Editor
Go to file
Kevin Sawicki 49c9536358 Guard against no fold end regex
Not all bundles specify this and an error will be
raised when trying to fold inside a grammar that does
not have this property defined if this check isn't done.
2013-02-25 09:31:00 -08:00
benchmark Eliminate rootView.project references. 2013-02-19 18:26:50 -07:00
docs Document editor:save-debug-snapshot in docs introduction 2013-02-22 14:31:19 -07:00
dot-atom 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
git2 Use Release build of libgit2 at 11fccddcb5 2013-01-28 09:38:43 -08:00
native 💄 2013-02-24 09:16:40 -08:00
notes Move old wiki page to notes folder 2012-09-30 15:00:45 -07:00
prebuilt-cef@72832297ab Remove CEF from the repo and download it as needed 2013-02-17 11:59:06 -05:00
script Install atom executable during window.startup() 2013-02-22 21:19:34 -08:00
spec Add increase indent pattern for GFM scope 2013-02-25 08:58:47 -08:00
src Guard against no fold end regex 2013-02-25 09:31:00 -08:00
static Move folding colors to syntax stylesheets 2013-02-22 09:10:18 -08:00
themes Move folding colors to syntax stylesheets 2013-02-22 09:10:18 -08:00
tools/mac no more custom gyp 2012-10-18 16:00:14 -07:00
vendor Update python bundle to df88cd66d0 2013-02-20 20:53:01 -08:00
.github Use docs/manifest.txt to list docs files. Add user-init-script.md. 2013-02-13 16:25:48 -07:00
.gitignore Remove CEF from the repo and download it as needed 2013-02-17 11:59:06 -05:00
.gitmodules Remove CEF from the repo and download it as needed 2013-02-17 11:59:06 -05:00
.pairs fix window blur and focus events 2013-02-05 12:03:56 -08:00
atom.gyp Remove CEF from the repo and download it as needed 2013-02-17 11:59:06 -05:00
atom.sh Install atom executable during window.startup() 2013-02-22 21:19:34 -08:00
CONTRIBUTING.md Mention trailing newline 2013-02-11 09:31:16 -08:00
package.json Precompile cson files to json 2013-01-17 16:50:25 -08:00
Rakefile 💄 2013-02-25 09:24:31 -08:00
README.md Link the README to the docs tab. Remove scary warning about pre-alpha. 2013-02-15 14:22:38 -07:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Building from source

Requirements

Mountain Lion

The Setup™

Xcode (Get Xcode from the App Store (ugh, I know))

  1. gh-setup atom

  2. cd ~/github/atom && rake install