MCPcopy
hub / github.com/slab/quill / formatAt

Method formatAt

packages/quill/src/modules/syntax.ts:110–115  ·  view source on GitHub ↗
(index: number, length: number, name: string, value: unknown)

Source from the content-addressed store, hash-verified

108 }
109
110 formatAt(index: number, length: number, name: string, value: unknown) {
111 if (name === SyntaxCodeBlock.blotName) {
112 this.forceNext = true;
113 }
114 super.formatAt(index, length, name, value);
115 }
116
117 highlight(
118 highlight: (text: string, language: string) => Delta,

Callers 2

highlightMethod · 0.95
replaceWithMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected