mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 19:00:02 -04:00
feat(meson): add support for meson
Log: meson build
This commit is contained in:
parent
08e9b7cdf7
commit
d4ca2c6791
3 changed files with 92 additions and 0 deletions
9
queries/meson/folds.scm
Normal file
9
queries/meson/folds.scm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
(normal_command)
|
||||
(if_condition)
|
||||
(if_command)
|
||||
(else_command)
|
||||
(elseif_command)
|
||||
(foreach_command)
|
||||
(list)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue