mirror of
https://github.com/helix-editor/helix
synced 2026-05-03 17:20:38 +02:00
0d7e1dc93a
Update tree-sitter-fga to latest and update highlight queries accordingly.
17 lines
318 B
Scheme
17 lines
318 B
Scheme
(condition_declaration) @local.scope
|
|
|
|
(param
|
|
name: (identifier) @local.definition.variable.parameter)
|
|
|
|
(condition_body
|
|
(identifier) @local.reference)
|
|
|
|
(parenthesized_condition
|
|
(identifier) @local.reference)
|
|
|
|
(bracket_condition
|
|
(identifier) @local.reference)
|
|
|
|
(braced_condition
|
|
(identifier) @local.reference)
|