Files
helix/runtime/queries/fga/textobjects.scm
Matouš DzivjakandGitHub 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

16 lines
322 B
Scheme

(type_declaration
(relations) @class.inside) @class.around
(condition_declaration
body: (_) @function.inside) @function.around
(relations
(definition) @entry.inside) @entry.around
(param
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
(comment) @comment.inside
(comment)+ @comment.around