mirror of
https://github.com/ytliu74/obsidian-pseudocode.git
synced 2026-07-22 07:40:25 +00:00
fix: Else is missing in auto-complete
This commit is contained in:
parent
1d0be42123
commit
f6e04024f6
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@ export class PseudocodeSuggestor extends EditorSuggest<string> {
|
|||
"\\For{}",
|
||||
"\\EndFor",
|
||||
"\\If{}",
|
||||
"\\Else",
|
||||
"\\Elif{}",
|
||||
"\\EndIf",
|
||||
"\\While{}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue