basically working

This commit is contained in:
William Ball 2024-11-20 22:22:44 -08:00
parent b3574a790c
commit 52858bbcc7
2 changed files with 18 additions and 1 deletions

11
queries/perga/locals.scm Normal file
View 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)

View file

@ -1 +1,7 @@
["(" ")"] @delimiter (param_block
"(" @delimiter
")" @delimiter @sentinel) @container
(term
"(" @delimiter
")" @delimiter @sentinel) @container