1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-03 17:20:38 +02:00
Files
Matouš Dzivjak 0d7e1dc93a feat(languages): update fga to latest (#15473)
Update tree-sitter-fga to latest and update highlight queries
accordingly.
2026-03-19 16:15:12 -05:00

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)