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 4324377 commit 9586d8cCopy full SHA for 9586d8c
crates/pgls_completions/src/relevance/filtering.rs
@@ -324,7 +324,7 @@ impl CompletionFilter<'_> {
324
WrappingClause::DropRole | WrappingClause::AlterRole => true,
325
326
WrappingClause::SetStatement => ctx
327
- .before_cursor_matches_kind(&["eyword_role", "keyword_authorization"]),
+ .before_cursor_matches_kind(&["keyword_role", "keyword_authorization"]),
328
329
WrappingClause::RevokeStatement | WrappingClause::GrantStatement => {
330
ctx.history_ends_with(&["role_specification", "any_identifier"])
0 commit comments