Expand description
R syntax highlighting for the REPL.
Colors R keywords, strings, numbers, comments, and operators as the user types, providing immediate visual feedback about syntax structure.
Structsยง
Enumsยง
- Token
Kind ๐
Functionsยง
- classify_
word ๐ - raw_
string_ ๐prefix - Check if position
istarts an R 4.0+ raw string liker"(...)",R"[...]",r'(...)',R'{...}', etc. Returns the closing delimiter char and the number of chars consumed for the prefix (e.g.r"(= 3 chars) if it matches.