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 9be6a70 commit 9c62dbaCopy full SHA for 9c62dba
crates/squawk_ide/src/expand_selection.rs
@@ -43,6 +43,8 @@ const ALL_LIST_KINDS: &[SyntaxKind] = &[
43
SyntaxKind::JSON_TABLE_COLUMN_LIST,
44
SyntaxKind::OPTIONS_LIST,
45
SyntaxKind::PARAM_LIST,
46
+ SyntaxKind::PARTITION_ITEM_LIST,
47
+ SyntaxKind::ROW_LIST,
48
// only separated by whitespace
49
// SyntaxKind::SEQUENCE_OPTION_LIST,
50
SyntaxKind::SET_OPTIONS_LIST,
0 commit comments