mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
started branch
This commit is contained in:
parent
632a9f1e3c
commit
005a3ca7f1
3 changed files with 35 additions and 0 deletions
|
|
@ -86,6 +86,10 @@
|
|||
macro: (scoped_identifier
|
||||
(identifier) @function.macro .))
|
||||
|
||||
(metavariable) @function.macro
|
||||
|
||||
"$" @function.macro
|
||||
|
||||
; Function definitions
|
||||
|
||||
(function_item (identifier) @function)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue