Skip to content

Commit 9c62dba

Browse files
committed
fix
1 parent 9be6a70 commit 9c62dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/squawk_ide/src/expand_selection.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ const ALL_LIST_KINDS: &[SyntaxKind] = &[
4343
SyntaxKind::JSON_TABLE_COLUMN_LIST,
4444
SyntaxKind::OPTIONS_LIST,
4545
SyntaxKind::PARAM_LIST,
46+
SyntaxKind::PARTITION_ITEM_LIST,
47+
SyntaxKind::ROW_LIST,
4648
// only separated by whitespace
4749
// SyntaxKind::SEQUENCE_OPTION_LIST,
4850
SyntaxKind::SET_OPTIONS_LIST,

0 commit comments

Comments
 (0)