mirror of
https://github.com/helix-editor/helix
synced 2026-08-05 14:42:57 +02:00
Update tree-sitter-fga to latest and update highlight queries accordingly.
16 lines
322 B
Scheme
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
|