mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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
13
tests/indent/meson/func.meson
Normal file
13
tests/indent/meson/func.meson
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# vim: ft=meson
|
||||
|
||||
executable('progname',
|
||||
)
|
||||
|
||||
executable('progname',
|
||||
sources: 'prog.c',
|
||||
c_args: '-DFOO=1'
|
||||
)
|
||||
|
||||
executable('progname',
|
||||
sources: 'prog.c',
|
||||
c_args: '-DFOO=1')
|
||||
Loading…
Add table
Add a link
Reference in a new issue