Files
atom/spec
Sander van Harmelen eaf814e5be Improve auto indenting by removing a hard coded restriction and adding a 3rd regexp
Currently there are only two regexps that can influence the indents.
Those are `increaseIndentPattern` (which tells Atom the indent of next
line should be increased) and `decreaseIndentPattern` (which tells Atom
the indent of the current line should be decreased).

But I found that a couple of languages would need a 3rd regexp in order
to support their use cases. This 3rd regexp should be a mixture of the
existing two so it tells Atom that the indent of the next line should
decrease.

I’ll add a screencast to show a use case for this 3rd regexp which I
would like to call `decreaseNextIndentPattern`.
2015-07-08 20:30:21 +02:00
..
2015-02-25 09:42:49 -08:00
2015-05-18 15:39:57 -07:00
2014-02-02 19:29:54 +06:00
2015-05-22 16:29:12 -04:00
2015-04-13 12:24:25 +02:00
2015-03-19 11:45:13 +11:00