Skip to content

Commit 34d85b3

Browse files
committed
expand selection
1 parent 7273c22 commit 34d85b3

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
@@ -38,7 +38,9 @@ const DELIMITED_LIST_KINDS: &[SyntaxKind] = &[
3838
SyntaxKind::ARG_LIST,
3939
SyntaxKind::ATTRIBUTE_LIST,
4040
SyntaxKind::COLUMN_LIST,
41+
SyntaxKind::CONFLICT_INDEX_ITEM_LIST,
4142
SyntaxKind::CONSTRAINT_EXCLUSION_LIST,
43+
SyntaxKind::FUNCTION_SIG_LIST,
4244
SyntaxKind::GROUP_BY_LIST,
4345
SyntaxKind::JSON_TABLE_COLUMN_LIST,
4446
SyntaxKind::OPTION_ITEM_LIST,

0 commit comments

Comments
 (0)