mirror of https://github.com/helix-editor/helix
Add Haskell text objects (#5061)
parent
f323ffabcc
commit
0e8ea13696
@ -0,0 +1,13 @@
|
|||||||
|
(comment) @comment.inside
|
||||||
|
|
||||||
|
[
|
||||||
|
(adt)
|
||||||
|
(decl_type)
|
||||||
|
(newtype)
|
||||||
|
] @class.around
|
||||||
|
|
||||||
|
((signature)? (function rhs:(_) @function.inside)) @function.around
|
||||||
|
(exp_lambda) @function.around
|
||||||
|
|
||||||
|
(adt (type_variable) @parameter.inside)
|
||||||
|
(patterns (_) @parameter.inside)
|
Loading…
Reference in New Issue