mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
Move macro to @function.macro capture
This commit is contained in:
parent
a8a7200241
commit
fbbfa3bda0
1 changed files with 4 additions and 1 deletions
|
|
@ -19,9 +19,12 @@
|
||||||
[
|
[
|
||||||
(function)
|
(function)
|
||||||
(endfunction)
|
(endfunction)
|
||||||
|
] @function
|
||||||
|
|
||||||
|
[
|
||||||
(macro)
|
(macro)
|
||||||
(endmacro)
|
(endmacro)
|
||||||
] @function
|
] @function.macro
|
||||||
|
|
||||||
[
|
[
|
||||||
(if)
|
(if)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue