1
0

Disable curly quotes in code blocks

This commit is contained in:
Zef Hemel 2023-11-12 10:44:45 +01:00
parent da88c9c6ed
commit 1b242dea55

View File

@ -2,6 +2,7 @@ import { KeyBinding, syntaxTree } from "../deps.ts";
const straightQuoteContexts = [
"CommentBlock",
"CodeBlock",
"FencedCode",
"InlineCode",
"FrontMatterCode",