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
(qldoc) @comment.around
(block_comment) @comment.around
(line_comment) @comment.inside
(line_comment)+ @comment.around

(classlessPredicate
  ((varDecl) @parameter.inside . ","?) @parameter.around
  (body "{" (_)* @function.inside "}")) @function.around
(memberPredicate
  ((varDecl) @parameter.inside . ","?) @parameter.around
  (body "{" (_)* @function.inside "}")) @function.around

(dataclass
  ("{" (_)* @class.inside "}")?) @class.around
(datatype) @class.around
(datatypeBranch) @class.around