nvim-treesitter/tests/indent/t32/while_block.cmm

15 lines
108 B
Text
Raw Normal View History

2023-05-18 09:40:13 +02:00
WHILE &a
Step
WHILE (sYmbol.EXIT(main))
(
Step
Break
)
WHILE (FALSE())
// comment
(
ECHO "test"
)