Value | Meaning |
---|---|
compiler0b0000_0000 | Do not include quote characters, process escape sequences |
includeQuoteChars0b0000_0001 | Opening quotes, closing quotes, and string suffixes are included in the string token |
notEscaped0b0000_0010 | String escape sequences are not replaced |
sourceincludeQuoteChars | notEscaped | Not modified at all. Useful for formatters or highlighters |
Configure string lexing behavior