Add "else" to the list of keywords for dealing with command syntax
This commit is contained in:
parent
3d31b2c04b
commit
94c2d75ad8
@ -387,7 +387,7 @@ namespace Lexer
|
||||
Keywords = new HashSet<string>
|
||||
{
|
||||
"for", "if", "function", "while", "case", "try", "catch", "end",
|
||||
"switch", "classdef", "elseif", "persistent",
|
||||
"switch", "classdef", "elseif", "persistent", "else"
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user