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 7273c22 commit 34d85b3Copy full SHA for 34d85b3
crates/squawk_ide/src/expand_selection.rs
@@ -38,7 +38,9 @@ const DELIMITED_LIST_KINDS: &[SyntaxKind] = &[
38
SyntaxKind::ARG_LIST,
39
SyntaxKind::ATTRIBUTE_LIST,
40
SyntaxKind::COLUMN_LIST,
41
+ SyntaxKind::CONFLICT_INDEX_ITEM_LIST,
42
SyntaxKind::CONSTRAINT_EXCLUSION_LIST,
43
+ SyntaxKind::FUNCTION_SIG_LIST,
44
SyntaxKind::GROUP_BY_LIST,
45
SyntaxKind::JSON_TABLE_COLUMN_LIST,
46
SyntaxKind::OPTION_ITEM_LIST,
0 commit comments