tinymist/syntaxes/textmate/tests/unit/basic/arg_name.typ.snap
Myriad-Dreamin 4a44a69196
feat: parse name identifier of parameters or arguments (#1118)
* test: add arg name tests

* feat: parse name identifier of parameters or arguments
2025-01-07 10:16:23 +08:00

18 lines
No EOL
1.2 KiB
Text

>#place(auto, float: true, []);
#^ source.typst entity.name.function.hash.typst
# ^^^^^ source.typst meta.expr.call.typst entity.name.function.typst
# ^ source.typst meta.expr.call.typst meta.brace.round.typst
# ^^^^ source.typst meta.expr.call.typst keyword.other.auto.typst
# ^ source.typst meta.expr.call.typst punctuation.separator.comma.typst
# ^ source.typst meta.expr.call.typst
# ^^^^^ source.typst meta.expr.call.typst variable.other.readwrite.typst
# ^ source.typst meta.expr.call.typst punctuation.separator.colon.typst
# ^ source.typst meta.expr.call.typst
# ^^^^ source.typst meta.expr.call.typst constant.language.boolean.typst
# ^ source.typst meta.expr.call.typst punctuation.separator.comma.typst
# ^ source.typst meta.expr.call.typst
# ^ source.typst meta.expr.call.typst meta.brace.square.typst
# ^ source.typst meta.expr.call.typst meta.brace.square.typst
# ^ source.typst meta.expr.call.typst meta.brace.round.typst
# ^ source.typst punctuation.terminator.statement.typst
>