diff --git a/Lexer/MLexer.cs b/Lexer/MLexer.cs index cb0e559..dff20a5 100644 --- a/Lexer/MLexer.cs +++ b/Lexer/MLexer.cs @@ -387,7 +387,7 @@ namespace Lexer Keywords = new HashSet { "for", "if", "function", "while", "case", "try", "catch", "end", - "switch", "classdef", "elseif", "persistent", + "switch", "classdef", "elseif", "persistent", "else" }; }