Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  (function_definition
    [(function_rule) (function_fact)] @function.inside)
  (predicate_definition
    [(predicate_rule) (predicate_fact)] @function.inside)
  (actor_definition
    [(action_rule) (nonbacktrackable_predicate_rule)] @function.inside)
] @function.around

(import_declaration
  (atom) @function.around)

(parameters
  ((_) @parameter.inside . ","? @parameter.around) @parameter.around)

(arguments
  ((_) @parameter.inside . ","? @parameter.around) @parameter.around)

(comment) @comment.inside
(comment)+ @comment.around

(array_expression
  (_) @entry.around)

(list_expression
  (_) @entry.around)