aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser_keywords.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'parser_keywords.cpp')
-rw-r--r--parser_keywords.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser_keywords.cpp b/parser_keywords.cpp
index efc2ff6e..8a5f1b74 100644
--- a/parser_keywords.cpp
+++ b/parser_keywords.cpp
@@ -43,6 +43,7 @@ bool parser_keywords_is_subcommand( const wcstring &cmd )
L"while",
L"exec",
L"if",
+ L"elseif",
L"and",
L"or",
L"not" );
@@ -68,6 +69,7 @@ bool parser_keywords_is_reserved( const wcstring &word)
L"end",
L"case",
L"else",
+ L"elseif",
L"return",
L"continue",
L"break" );