2f60c21727
jq is a language for manipulating JSON data: https://jqlang.github.io/jq/
12 lines
225 B
Scheme
12 lines
225 B
Scheme
;; From nvim-treesitter, contributed by @ObserverOfTime et al.
|
|
|
|
(funcdef
|
|
(identifier) @local.definition)
|
|
|
|
(funcdefargs
|
|
(identifier) @local.definition)
|
|
|
|
(funcname) @local.reference
|
|
|
|
(index
|
|
(identifier) @local.reference)
|