1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 17:31:44 +03:00
kakoune/test/indent/lisp/doubled-brackets/in
2020-01-03 15:14:56 -05:00

5 lines
100 B
Plaintext

(let ((x 42)%( )(y 79)))
(let [(x 42)%( )(y 79)])
(let ([x 42]%( )[y 79]))
(let ({x 42}%( ){y 79}))