Files
atom/src
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-01-13 17:23:15 -08:00
2015-06-01 13:32:38 -07:00
🎨
2015-06-03 09:19:57 -07:00
2015-06-16 18:05:45 +09:00
🎨
2015-06-12 18:22:43 +02:00
🎨
2015-06-13 17:36:20 +02:00
2015-07-07 13:46:53 -07:00
2015-04-06 23:59:54 -04:00
2015-04-15 14:01:49 -07:00
💄
2014-12-09 11:36:04 -08:00
2015-06-21 17:48:32 +02:00
💄
2014-07-01 10:45:13 -07:00
🎨 " -> '
2015-04-14 11:08:55 -07:00
2015-04-06 23:59:54 -04:00
🎨
2015-03-26 14:37:30 -07:00
2015-02-05 14:57:09 -08:00
2014-02-12 08:54:16 -08:00
2015-04-22 10:27:07 -07:00