Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.198 Home All releases olderv2.1.197 v2.1.199newer

Highlight.js Grammar Refreshed

The bundled highlight.js language grammar definitions have been updated. Language definitions now use the modern scope/match API instead of the older className/begin/end API for improved accuracy and consistency. Plugin-provided hljs grammars are now also watched in worker mode (hljsLanguages added to the worker config watcher).

Evidence

Grammar modules updated (search for "scope: \"attribute\"" in the Augmented BNF grammar) and watcher flag (search for hljsLanguages in the config object)

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.198 →