mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
fix: Add Repeat Until to pair complete
This commit is contained in:
parent
5ae081a50e
commit
11b9a7e72f
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ export class PseudocodeSuggestor extends EditorSuggest<string> {
|
||||||
"\\ForAll{}": "\\EndFor",
|
"\\ForAll{}": "\\EndFor",
|
||||||
"\\If{}": "\\EndIf",
|
"\\If{}": "\\EndIf",
|
||||||
"\\While{}": "\\EndWhile",
|
"\\While{}": "\\EndWhile",
|
||||||
|
"\\Repeat": "\\Until{}",
|
||||||
// Add more pairs as needed
|
// Add more pairs as needed
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue