mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
Fix: 'continue' and 'break' missing in auto-complete
This commit is contained in:
parent
5e1d57922d
commit
1eca967479
1 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,8 @@ export class PseudocodeSuggestor extends EditorSuggest<string> {
|
|||
"\\While{}",
|
||||
"\\EndWhile",
|
||||
"\\Repeat",
|
||||
"\\Continue",
|
||||
"\\Break",
|
||||
"\\Until{}",
|
||||
"\\Comment{}",
|
||||
"\\{",
|
||||
|
|
|
|||
Loading…
Reference in a new issue