1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 11:40:05 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/t32/if_block.cmm

50 lines
307 B
Plaintext

IF &a
STOP
IF (TRUE())
(
BREAK
)
IF (&b+CouNT())
(
continue
)
IF FOUND()
STOP
ELSE
CONTinue
IF &c
CONTinue
ELSE IF FALSE()
Break
ELSE
stop
IF &d
(
STOP
)
ELSE IF &e
; comment A
(
CONTINUE
)
ELSE
; comment B
(
BREAK
)
IF &f
IF &g
stop
ELSE
IF &h
(
continue
)