Get the FoldRange information if the corresponding line is included in a foldable block.
FoldRange? getFoldRangeAtCurrentLine(int lineIndex) { return foldings[lineIndex]; }