12 lines
160 B
Scheme
12 lines
160 B
Scheme
|
;extends
|
||
|
(
|
||
|
(comment) @comment
|
||
|
(#match? @comment "^\\#\\|")
|
||
|
) @text.literal
|
||
|
|
||
|
|
||
|
(
|
||
|
(comment) @content
|
||
|
(#match? @content "^\\# ?\\%\\%")
|
||
|
) @cell.outer @text.literal
|