kakoune/rc
John Isom 01712e7f3c Change indentation rules in json.kak to be much more intuitive for nested objects
As it was before, when you had this (| = cursor):

``` json
{
  "foo": {|
}
```

and hit <ret>, this would happen:

``` json
{
  "foo": {
  |
}
```

when it should have been this:
``` json
{
  "foo": {
    |
}
```
2020-07-27 20:55:34 -06:00
..
detection Merge remote-tracking branch 'lenormf/key-percent' 2020-06-25 20:58:26 +10:00
filetype Change indentation rules in json.kak to be much more intuitive for nested objects 2020-07-27 20:55:34 -06:00
tools Merge remote-tracking branch 'lenormf/key-percent' 2020-06-25 20:58:26 +10:00
windowing Fix syntax errors. 2020-07-06 14:55:54 +03:00