mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
16 lines
116 B
Meson
16 lines
116 B
Meson
# vim: ft=meson
|
|
|
|
if a == b
|
|
endif
|
|
|
|
if a == b
|
|
foo()
|
|
endif
|
|
|
|
if a == b
|
|
foo()
|
|
elif a != b
|
|
foo()
|
|
else
|
|
foo()
|
|
endif
|