You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
claude: Add priority-based engine selection via claimsLanguage
Update claimsLanguage signature to support priority scoring:
- (language: string, firstClass?: string) => boolean | number
- false = skip engine, true = priority 1, number = custom priority
- Highest priority wins; first engine wins ties (backwards compatible)
The firstClass parameter passes the first class from code block attributes
(e.g., "marimo" from {python .marimo}), enabling engines to claim specific
variants of a language.
Also add support for dot-joined language syntax like {python.marimo} in
code block headers, compatible with pampa executable cell syntax.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
0 commit comments