public enum StringBehavior : ubyte
Configure string lexing behavior

Values

compilerDo not include quote characters, process escape sequences
includeQuoteCharsOpening quotes, closing quotes, and string suffixes are included in the string token
notEscapedString escape sequences are not replaced
sourceNot modified at all. Useful for formatters or highlighters