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-07-07 10:42:22 -07:00
2015-07-07 19:29:23 -05:00
2015-05-05 11:22:14 -07:00
2015-02-04 15:27:17 -08:00
2015-04-29 09:20:22 -07:00
2015-06-20 12:45:47 -04:00
2015-01-13 17:23:15 -08:00
2015-04-15 15:55:31 -07:00
2015-06-22 18:47:41 +02:00
2015-03-24 18:05:30 +11:00
2015-06-19 21:31:36 +09:00
2015-06-01 13:32:38 -07:00
2015-05-31 05:27:38 -07:00
2015-06-30 22:52:35 -05:00
2015-04-22 07:28:59 -07:00
2015-03-19 11:48:40 -07:00
2015-06-18 19:54:37 +02:00
2015-06-04 10:27:36 -07:00
2015-05-27 11:18:15 -07:00
2015-06-10 23:30:25 +01:00
2015-06-03 09:19:57 -07:00
2015-04-03 11:29:16 -07:00
2015-06-16 18:05:45 +09:00
2015-05-21 00:54:12 +02:00
2015-02-23 09:56:57 -08:00
2015-06-11 13:45:06 -07:00
2015-05-18 15:30:14 -07:00
2015-06-12 18:22:43 +02:00
2015-06-19 20:12:43 +02:00
2015-04-22 07:29:00 -07:00
2015-04-22 07:28:57 -07:00
2015-06-05 16:26:33 +02:00
2015-04-22 07:28:59 -07:00
2014-09-19 16:24:13 -06:00
2015-04-08 09:30:40 -07:00
2015-07-08 20:30:21 +02:00
2015-02-04 10:54:25 -08:00
2015-06-19 20:12:43 +02:00
2015-06-30 14:46:29 +02:00
2015-06-13 17:36:20 +02:00
2015-07-07 19:33:21 -05:00
2015-05-29 17:21:23 -07:00
2015-05-29 17:29:03 -07:00
2015-03-19 11:48:40 -07:00
2015-05-28 22:59:10 +02:00
2015-04-03 11:29:16 -07:00
2015-03-05 15:01:10 -08:00
2015-04-23 16:10:31 -07:00
2015-07-07 13:46:53 -07:00
2015-04-06 23:59:54 -04:00
2015-07-07 10:49:45 -07:00
2015-06-10 16:46:35 -07:00
2015-04-15 10:09:41 +08:00
2015-04-15 14:09:27 -07:00
2015-04-03 11:29:16 -07:00
2015-01-12 22:00:24 -08:00
2015-06-18 19:54:37 +02:00
2015-04-15 14:01:49 -07:00
2015-06-09 09:36:58 -07:00
2015-04-22 16:46:28 -07:00
2015-07-07 19:51:16 +02:00
2014-12-01 17:52:19 -08:00
2014-12-03 12:46:42 -08:00
2014-12-09 11:36:04 -08:00
2014-12-09 13:05:35 -08:00
2015-06-21 17:48:32 +02:00
2014-07-01 10:45:13 -07:00
2014-03-28 13:21:21 -07:00
2015-03-19 11:48:40 -07:00
2015-04-14 11:08:55 -07:00
2015-04-06 23:59:54 -04:00
2015-04-13 16:26:50 -07:00
2014-12-26 17:13:33 -08:00
2014-11-19 14:15:18 -08:00
2015-04-22 07:28:59 -07:00
2015-04-22 07:28:59 -07:00
2014-11-19 14:15:18 -08:00
2015-07-08 20:30:21 +02:00
2014-11-25 10:01:27 -07:00
2015-05-21 19:56:52 +02:00
2015-04-15 16:53:45 -07:00
2015-03-19 11:48:40 -07:00
2015-06-08 15:35:22 -07:00
2014-04-22 17:09:03 -06:00
2015-02-19 14:12:49 -08:00
2015-07-07 09:50:07 -07:00
2015-06-19 20:12:43 +02:00
2015-07-06 13:56:20 -07:00
2015-07-07 11:28:30 +02:00
2015-05-29 14:19:25 +02:00
2015-07-06 18:29:44 -07:00
2014-10-28 16:55:36 -07:00
2015-04-03 11:29:17 -07:00
2015-04-15 09:27:53 -07:00
2015-06-13 14:18:36 +02:00
2015-05-21 19:56:52 +02:00
2015-05-21 19:56:52 +02:00
2015-07-07 19:29:23 -05:00
2015-06-08 22:56:32 +02:00
2015-05-25 11:50:20 -04:00
2015-03-26 14:37:30 -07:00
2015-04-20 22:01:36 -06:00
2015-02-05 14:57:09 -08:00
2015-07-07 20:19:22 -05:00
2014-02-12 08:54:16 -08:00
2015-06-24 16:51:47 -04:00
2015-04-22 10:27:07 -07:00
2015-06-21 18:17:59 +02:00