mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(identifier) @local.reference
|
||||
|
||||
; Block Scope
|
||||
(block) @local.scope
|
||||
|
||||
; Function Body Scope
|
||||
(function_body) @local.scope
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue