kakoune/test/indent
Jan-Jaap Korpershoek fcc8ed5df3 [html] Fix indentation when entering a newline while in the middle of a tag
Example:

```
        <tag>|</tag>
```
Then press enter

Old behaviour:
```
        <tag>
            </tag>
```
New behaviour:
```
        <tag>
        </tag>
```

I also added a test for it
2019-11-03 12:25:02 +01:00
..
c-family test: Allow expect-style UI tests, testing any var 2019-10-13 14:57:24 -04:00
comment Add categories in rc/ 2019-03-21 01:06:16 +01:00
haskell Add categories in rc/ 2019-03-21 01:06:16 +01:00
html [html] Fix indentation when entering a newline while in the middle of a tag 2019-11-03 12:25:02 +01:00
lua/insert-end-only-when-needed Add categories in rc/ 2019-03-21 01:06:16 +01:00
markdown Add categories in rc/ 2019-03-21 01:06:16 +01:00
ruby Add support for autoformatting after do keyword in Ruby 2019-06-12 09:03:24 +03:00
rust Block indent on newline when previous line is '(stuff' and move 'stuff' to own line 2019-03-28 13:17:57 -04:00
sh Fix indent/sh/deindent-after-esac test case 2019-07-01 22:04:04 +10:00