1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/bass/locals.scm.tmpl

19 lines
215 B
Cheetah

; Scopes
[
(list)
(scope)
] @scope
; References
(symbol) @reference
; Definitions
((list
. (symbol) @_fnkw
. (symbol) @definition.function
(symbol)? @definition.parameter)
{{match "@_fnkw" "Def"}})