Corey Johnson & Kevin Sawicki 0d8a6782b3 Stop tokenizing line when the same rule is pushed more than once
Previously Rails classes would infinitly loop if the Ruby on Rails
grammar was loaded but the Ruby grammar had not been. This occurred
because a rule was continually pushing itself on the stack but never
advancing.

Now if the position does not advance and the last two rules in the
stack have the same scope the last rule is popped and the entire line
is tokenized with the current scopes.

Closes #524 #486
2013-04-29 12:10:40 -07:00
2013-04-26 15:36:11 -07:00
2013-02-19 10:02:09 -07:00
2013-04-03 14:44:30 -03:00
2013-04-20 09:53:50 -07:00
2013-04-16 09:46:49 -07:00
2013-02-05 12:03:56 -08:00
💄
2013-04-29 12:10:40 -07:00
2013-04-29 10:29:46 -07:00
2013-02-11 09:31:16 -08:00
2013-04-26 15:36:12 -07:00
2013-04-18 21:08:33 -07:00
2013-04-24 18:08:27 -07:00

Atom — Futuristic Text Editing

atom

Check out our documentation on the docs tab.

Building from source

Requirements

  • Mountain Lion
  • The Setup™ or Boxen
  • Xcode (available in the App Store)

Installation

  1. gh-setup atom

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

Description
No description provided
Readme 447 MiB
Languages
JavaScript 88.3%
Less 8.7%
CoffeeScript 2.8%
Shell 0.1%