fix: Else is missing in auto-complete

This commit is contained in:
Yaotian-Liu 2023-10-22 23:08:02 -07:00
parent 1d0be42123
commit f6e04024f6
No known key found for this signature in database
GPG key ID: 05D362E51003CFE8

View file

@ -111,6 +111,7 @@ export class PseudocodeSuggestor extends EditorSuggest<string> {
"\\For{}",
"\\EndFor",
"\\If{}",
"\\Else",
"\\Elif{}",
"\\EndIf",
"\\While{}",