basically working
This commit is contained in:
parent
b3574a790c
commit
52858bbcc7
2 changed files with 18 additions and 1 deletions
11
queries/perga/locals.scm
Normal file
11
queries/perga/locals.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
(definition) @local.scope
|
||||
(definition
|
||||
name: (identifier) @local.definition)
|
||||
(labs) @local.scope
|
||||
(pabs) @local.scope
|
||||
|
||||
(param_block
|
||||
param: (identifier)+ @local.definition)
|
||||
|
||||
(term
|
||||
(identifier) @local.reference)
|
||||
|
|
@ -1 +1,7 @@
|
|||
["(" ")"] @delimiter
|
||||
(param_block
|
||||
"(" @delimiter
|
||||
")" @delimiter @sentinel) @container
|
||||
|
||||
(term
|
||||
"(" @delimiter
|
||||
")" @delimiter @sentinel) @container
|
||||
|
|
|
|||
Loading…
Reference in a new issue