mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
First stab at elseif implementation
This commit is contained in:
@@ -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" );
|
||||
|
||||
Reference in New Issue
Block a user