search: fix count for queries with trailing spaces
Created by: stefanhengl
For queries with trailing spaces, func ScanBalancedPatternLiteral
counts the final trailing space which means annotation.Range.End.Column
is off by +1.
Created by: stefanhengl
For queries with trailing spaces, func ScanBalancedPatternLiteral
counts the final trailing space which means annotation.Range.End.Column
is off by +1.