mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -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
8
tests/indent/meson/method.meson
Normal file
8
tests/indent/meson/method.meson
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# vim: ft=meson
|
||||
|
||||
myobj
|
||||
.do_something('now')
|
||||
|
||||
myobj.do_something('now')
|
||||
.do_something('now')
|
||||
.do_something('now')
|
||||
Loading…
Add table
Add a link
Reference in a new issue