f7913c1a3b
* Extend groovy support
Use more complete parser introduced in nvm-treesitter in
d4dac523d2
* Update runtime/queries/groovy/locals.scm
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Drop indent.scm for groovy
It was copied from the tree-sitter repository but is not
compatiblw with the way indent queries are implemented
in Helix.
* Adapt groovy highlights to helix syntax
* Update documentation
---------
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
6 lines
118 B
Scheme
6 lines
118 B
Scheme
(function_definition) @local.scope
|
|
|
|
(parameter
|
|
name: (identifier) @local.definition)
|
|
|
|
(identifier) @local.reference
|