mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
use <source> fence by default
This commit is contained in:
parent
9e91a392c4
commit
23f96a28a0
1 changed files with 1 additions and 1 deletions
|
@ -245,8 +245,8 @@ class Coder:
|
||||||
|
|
||||||
# fences are obfuscated so aider can modify this file!
|
# fences are obfuscated so aider can modify this file!
|
||||||
fences = [
|
fences = [
|
||||||
("``" + "`", "``" + "`"),
|
|
||||||
wrap_fence("source"),
|
wrap_fence("source"),
|
||||||
|
("``" + "`", "``" + "`"),
|
||||||
wrap_fence("code"),
|
wrap_fence("code"),
|
||||||
wrap_fence("pre"),
|
wrap_fence("pre"),
|
||||||
wrap_fence("codeblock"),
|
wrap_fence("codeblock"),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue