1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-18 17:02:06 +03:00
kakoune/test/indent/sh/deindent-after-esac/in
2019-07-01 22:04:04 +10:00

7 lines
68 B
Plaintext

case $foo in
bar)
thing1
thing2
;;
esac