Skip to content

Commit 4f49203

Browse files
authored
parser: fill out the ast more to help with goto def & find refs (#714)
1 parent df10b28 commit 4f49203

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4822
-2515
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,

crates/squawk_parser/src/generated/syntax_kind.rs

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)