Skip to content

Commit cbbe1f2

Browse files
Merge branch 'feat/completions-test-suite' of https://github.com/supabase-community/postgres_lsp into feat/completions-test-suite
2 parents c3201e7 + 9586d8c commit cbbe1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_completions/src/relevance/filtering.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ impl CompletionFilter<'_> {
324324
WrappingClause::DropRole | WrappingClause::AlterRole => true,
325325

326326
WrappingClause::SetStatement => ctx
327-
.before_cursor_matches_kind(&["eyword_role", "keyword_authorization"]),
327+
.before_cursor_matches_kind(&["keyword_role", "keyword_authorization"]),
328328

329329
WrappingClause::RevokeStatement | WrappingClause::GrantStatement => {
330330
ctx.history_ends_with(&["role_specification", "any_identifier"])

0 commit comments

Comments
 (0)