nvim-treesitter/tests/indent/t32/while_block.cmm
2023-05-18 16:40:13 +09:00

14 lines
108 B
Text

WHILE &a
Step
WHILE (sYmbol.EXIT(main))
(
Step
Break
)
WHILE (FALSE())
// comment
(
ECHO "test"
)