We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5aa16 commit 7943dc4Copy full SHA for 7943dc4
crates/pgls_treesitter/src/context/mod.rs
@@ -302,16 +302,6 @@ impl<'a> TreesitterContext<'a> {
302
return;
303
}
304
305
- // match parent_node_kind {
306
- // "statement" | "subquery" => {
307
- // self.wrapping_clause_type =
308
- // self.get_wrapping_clause_from_current_node(current_node, &mut cursor);
309
-
310
- // self.wrapping_statement_range = Some(parent_node.range());
311
- // }
312
- // _ => {}
313
314
315
match current_node_kind {
316
"statement" | "subquery" => {
317
self.wrapping_statement_range = Some(current_node.range());
0 commit comments