helix/runtime/queries/typst/symbols.scm

7 lines
171 B
Scheme

; should be a heading
(heading (text) @definition.class)
; should be a label/reference/tag
(heading (label) @definition.function )
(content (label) @definition.function)