nvim-treesitter/tests/indent/meson/cond.meson

17 lines
116 B
Text
Raw Permalink Normal View History

2024-01-19 16:08:23 +01:00
# vim: ft=meson
if a == b
endif
if a == b
foo()
endif
if a == b
foo()
elif a != b
foo()
else
foo()
endif