pub const Snull: char = '\u{9d}';Expand description
Inull-token chars from Src/zsh.h. These are the byte values
the lexer uses to mark suppressed quoted-region boundaries
(Snull = single-quote, Dnull = double-quote, Bnull = backslash,
String/Qstring = $/'$' markers).