Skip to content

Commit 6622c98

Browse files
authored
change(tree-sitter module): preserve select_no_parens node (#23)
1 parent d79e889 commit 6622c98

File tree

1 file changed

+0
-1
lines changed
  • crates/postgresql-cst-parser/src/tree_sitter

1 file changed

+0
-1
lines changed

crates/postgresql-cst-parser/src/tree_sitter/convert.rs

-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ fn walk_and_build(
195195
| SyntaxKind::stmtmulti
196196
| SyntaxKind::toplevel_stmt
197197
| SyntaxKind::stmt
198-
| SyntaxKind::select_no_parens
199198
| SyntaxKind::simple_select
200199
| SyntaxKind::select_clause
201200
| SyntaxKind::opt_select_limit

0 commit comments

Comments
 (0)