mirror of
https://github.com/helix-editor/helix
synced 2026-03-08 08:56:21 +01:00
19 lines
413 B
Scheme
19 lines
413 B
Scheme
; Functions/constructors/predicates in Domain
|
|
(constructor_decl) @function.around
|
|
|
|
(function_decl) @function.around
|
|
|
|
(predicate_decl) @function.around
|
|
|
|
; Parameters
|
|
(parameter_list
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
; Arguments
|
|
(argument_list
|
|
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
|
|
|
|
; Comments
|
|
(comment) @comment.inside
|
|
(comment) @comment.around
|