operator sections
This commit is contained in:
parent
70792b9f13
commit
113cca2caa
2 changed files with 11 additions and 0 deletions
|
|
@ -30,5 +30,8 @@
|
|||
(param_block
|
||||
type: (expr) @type)
|
||||
|
||||
(variable_binding
|
||||
type: (expr) @type)
|
||||
|
||||
(ascription
|
||||
type: (expr) @type)
|
||||
|
|
|
|||
|
|
@ -9,3 +9,11 @@
|
|||
(binding
|
||||
"(" @delimiter
|
||||
")" @delimiter @sentinel) @container
|
||||
|
||||
(op_section
|
||||
"(" @delimiter
|
||||
")" @delimiter @sentinel) @container
|
||||
|
||||
(variable_binding
|
||||
"(" @delimiter
|
||||
")" @delimiter @sentinel) @container
|
||||
|
|
|
|||
Loading…
Reference in a new issue