toolcraft 0.0.81 → 0.0.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -225,18 +225,27 @@ Available token classes:
225
225
  - `.tc-token-type`
226
226
  - `.tc-token-variable`
227
227
 
228
- The initial no-dependency highlighters cover these fence labels:
228
+ The no-dependency highlighters cover these fence labels:
229
229
 
230
230
  - ECMAScript and TypeScript: `js`, `javascript`, `mjs`, `cjs`, `es6`, `jsx`, `ts`, `typescript`, `mts`, `cts`, `tsx`
231
231
  - Data: `json`, `jsonc`, `jsonl`, `yaml`, `yml`
232
- - CSS: `css`
233
-
234
- These language labels are recognized but intentionally render as plain escaped code until a tokenizer exists:
235
-
236
- - Styles and markup: `scss`, `sass`, `less`, `postcss`, `html`, `xml`, `svg`, `md`, `markdown`
237
- - Shell, Python, SQL, and line-oriented formats: `sh`, `bash`, `shell`, `shellscript`, `zsh`, `fish`, `py`, `python`, `sql`, `ddl`, `dml`, `diff`, `patch`, `dockerfile`, `docker`, `ini`, `properties`, `toml`
238
- - Explicit plain text: `text`, `txt`, `plain`, `plaintext`
239
- - Other known languages: `rb`, `ruby`, `go`, `golang`, `java`, `c`, `cpp`, `c++`, `cc`, `cxx`, `cs`, `csharp`, `c#`, `rs`, `rust`, `php`
232
+ - CSS and style dialects: `css`, `scss`, `sass`, `less`, `postcss`
233
+ - Shell: `sh`, `bash`, `shell`, `shellscript`, `zsh`, `fish`
234
+ - Python: `py`, `python`
235
+ - SQL: `sql`, `ddl`, `dml`
236
+ - Markup and Markdown: `html`, `xml`, `svg`, `md`, `markdown`
237
+ - Line-oriented formats: `diff`, `patch`, `dockerfile`, `docker`
238
+ - Config formats: `ini`, `properties`, `toml`
239
+ - Ruby: `rb`, `ruby`
240
+ - Go: `go`, `golang`
241
+ - Java: `java`
242
+ - C-family: `c`, `cpp`, `c++`, `cc`, `cxx`, `cs`, `csharp`, `c#`
243
+ - Rust: `rs`, `rust`
244
+ - PHP: `php`
245
+
246
+ These language labels intentionally render as plain escaped code:
247
+
248
+ - Plain text: `text`, `txt`, `plain`, `plaintext`
240
249
 
241
250
  Unknown fence labels also render as plain escaped code. Code text is always escaped in HTML output, even when `allowRawHtml: true` is enabled.
242
251
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "toolcraft",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "postpack": "node ../../scripts/manage-bundled-workspace-deps.mjs cleanup . toolcraft-design @poe-code/frontmatter @poe-code/agent-mcp-config @poe-code/agent-human-in-loop @poe-code/task-list @poe-code/agent-defs @poe-code/config-mutations @poe-code/process-runner tiny-mcp-client mcp-oauth auth-store"
52
52
  },
53
53
  "dependencies": {
54
- "toolcraft-schema": "0.0.81",
54
+ "toolcraft-schema": "0.0.82",
55
55
  "commander": "^13.1.0",
56
56
  "fast-string-width": "^3.0.2",
57
57
  "fast-wrap-ansi": "^0.2.0",