mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
feat(gleam): add @local.scope capture for block (#7128)
This commit is contained in:
parent
d22166e3d8
commit
b6a6d8997c
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
||||||
; References
|
; References
|
||||||
(identifier) @local.reference
|
(identifier) @local.reference
|
||||||
|
|
||||||
|
; Block Scope
|
||||||
|
(block) @local.scope
|
||||||
|
|
||||||
; Function Body Scope
|
; Function Body Scope
|
||||||
(function_body) @local.scope
|
(function_body) @local.scope
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue