mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
Add isatty as builtin Update function_definition option Update highlights.scm per review Fix list indentation Add maintainer names
10 lines
173 B
Scheme
10 lines
173 B
Scheme
;; Scopes
|
|
(function_definition) @scope
|
|
|
|
;; Definitions
|
|
(function_definition
|
|
name: (word) @definition.function)
|
|
|
|
;; References
|
|
(variable_name) @reference
|
|
(word) @reference
|