🕹️ prompt.ts

This commit is contained in:
nirholas
2026-03-31 10:24:02 +00:00
parent 281b2c9eaa
commit 603c90c507

View File

@@ -16,3 +16,4 @@ export function getDescription(): string {
- Multiline matching: By default patterns match within single lines only. For cross-line patterns like \`struct \\{[\\s\\S]*?field\`, use \`multiline: true\`
`
}