Skip to content

Commit

Permalink
make triple quote actually a triple quote
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant authored and marijnh committed Apr 27, 2024
1 parent 4f0f3b6 commit 8ab59a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/closebrackets.ts
Expand Up @@ -11,7 +11,7 @@ import {syntaxTree} from "@codemirror/language"
export interface CloseBracketConfig {
/// The opening brackets to close. Defaults to `["(", "[", "{", "'",
/// '"']`. Brackets may be single characters or a triple of quotes
/// (as in `"''''"`).
/// (as in `"'''"`).
brackets?: string[]
/// Characters in front of which newly opened brackets are
/// automatically closed. Closing always happens in front of
Expand Down

0 comments on commit 8ab59a3

Please sign in to comment.