/L3"FlareScript" Line Comment = // Block Comment On = /* Block Comment Off = */ Escape Char = ^ String Chars = "' File Extensions = fs /Delimiters = !@%^&*()-+|\/{}[]:;"'<> , .? /Function String = "%[a-zA-Z_]*)" /Indent Strings = "then" "do" "repeat" /Unindent Strings = "else" "elseif" "end" "until" /C1 "key words" and break do else elseif end for function if in local nil not or repeat return then until while /C2 "operators" != <= >= < > == = + - * ^ { } [ ] .. ...