1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/haskell/textobjects.scm
2023-04-12 09:35:01 -05:00

14 lines
254 B
Scheme

(comment) @comment.inside
[
(adt)
(type_alias)
(newtype)
] @class.around
((signature)? (function rhs:(_) @function.inside)) @function.around
(exp_lambda) @function.around
(adt (type_variable) @parameter.inside)
(patterns (_) @parameter.inside)