mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(meson): add indents.scm
This commit is contained in:
parent
d198a75e2c
commit
6548bb64c1
10 changed files with 172 additions and 0 deletions
16
tests/indent/meson/cond.meson
Normal file
16
tests/indent/meson/cond.meson
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# vim: ft=meson
|
||||
|
||||
if a == b
|
||||
endif
|
||||
|
||||
if a == b
|
||||
foo()
|
||||
endif
|
||||
|
||||
if a == b
|
||||
foo()
|
||||
elif a != b
|
||||
foo()
|
||||
else
|
||||
foo()
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue