forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
482 B
Scheme
20 lines
482 B
Scheme
(routine
|
|
(block) @function.inside) @function.around
|
|
|
|
; @class.inside (types?)
|
|
; @class.around
|
|
|
|
; paramListSuffix is strange and i do not understand it
|
|
(paramList
|
|
(paramColonEquals) @parameter.inside) @parameter.around
|
|
|
|
(comment) @comment.inside
|
|
(multilineComment) @comment.inside
|
|
(docComment) @comment.inside
|
|
(multilineDocComment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|
|
(multilineComment) @comment.around
|
|
(docComment)+ @comment.around
|
|
(multilineDocComment) @comment.around
|