setByteRange method
Implementation
TreeSitterQueryCaptureStream setByteRange(int startByte, int endByte) {
_range = _queryByteRange(startByte, endByte);
return this;
}
TreeSitterQueryCaptureStream setByteRange(int startByte, int endByte) {
_range = _queryByteRange(startByte, endByte);
return this;
}