1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-06 09:37:26 +03:00

Add an indent test for html closing tag

This commit is contained in:
Maxime Coste 2017-11-04 12:45:27 +08:00
parent aa82a90c39
commit 2b993b7c4b
4 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1 @@
o<lt>/div<gt><esc>

View File

@ -0,0 +1,5 @@
<div>
<div>
<div>
%( ) </div>
</div>

View File

@ -0,0 +1,6 @@
<div>
<div>
<div>
</div>
</div>
</div>

View File

@ -0,0 +1,3 @@
source "%val{runtime}/colors/default.kak"
source "%val{runtime}/rc/base/html.kak"
set buffer filetype html