tinymist-query 0.14.14

Language queries for tinymist.
1
2
3
4
5
6
7
8
9
/// - inherited-scope (dictionary): Definitions that are made available to the entire parsed
///          module. This parameter is only used internally.
#let show-example(
  inherited-scope: (:),
  ..options,
) = {
  (/* ident after */ inherited-scope)
}