pub fn lines_after(offset: TextSize, code: &str) -> u32
Counts the empty lines between offset and the first non-whitespace character.
offset