operator sections

This commit is contained in:
William Ball 2024-12-10 23:40:08 -08:00
parent 70792b9f13
commit 113cca2caa
2 changed files with 11 additions and 0 deletions

View file

@ -30,5 +30,8 @@
(param_block
type: (expr) @type)
(variable_binding
type: (expr) @type)
(ascription
type: (expr) @type)

View file

@ -9,3 +9,11 @@
(binding
"(" @delimiter
")" @delimiter @sentinel) @container
(op_section
"(" @delimiter
")" @delimiter @sentinel) @container
(variable_binding
"(" @delimiter
")" @delimiter @sentinel) @container