mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
Use Maskhjarnas tree-sitter-purescript (#8306)
This commit is contained in:
parent
ca9a7d506e
commit
cb39242783
6 changed files with 142 additions and 5 deletions
13
runtime/queries/purescript/textobjects.scm
Normal file
13
runtime/queries/purescript/textobjects.scm
Normal file
|
@ -0,0 +1,13 @@
|
|||
(comment) @comment.inside
|
||||
|
||||
[
|
||||
(data)
|
||||
(type)
|
||||
(newtype)
|
||||
] @class.around
|
||||
|
||||
((signature)? (function rhs:(_) @function.inside)) @function.around
|
||||
(exp_lambda) @function.around
|
||||
|
||||
(data (type_variable) @parameter.inside)
|
||||
(patterns (_) @parameter.inside)
|
Loading…
Add table
Add a link
Reference in a new issue