pub fn is_in_comment_or_string(text: &str, byte_offset: usize) -> boolExpand description
True when byte_offset lies inside a # line comment or any Turtle string literal.
Handles "…", '…', """…""", and '''…''' forms (same lexer rules as
[statement_end_byte]).