Skip to content

Commit

Permalink
fix: Add Repeat Until to pair complete
Browse files Browse the repository at this point in the history
  • Loading branch information
ytliu74 committed Jun 1, 2024
1 parent 5ae081a commit 11b9a7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auto_complete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export class PseudocodeSuggestor extends EditorSuggest<string> {
"\\ForAll{}": "\\EndFor",
"\\If{}": "\\EndIf",
"\\While{}": "\\EndWhile",
"\\Repeat": "\\Until{}",
// Add more pairs as needed
};

Expand Down

0 comments on commit 11b9a7e

Please sign in to comment.