aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/purescript/textobjects.scm
blob: 5f8eaff7377e6e7239f5807610e27e2871e0a963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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)