Skip to content

Commit 0407517

Browse files
those too
1 parent bb23b38 commit 0407517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgt_hover/src/hovered_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl HoveredNode {
3636
}
3737
}
3838

39-
"policy_table" => {
39+
"policy_table" | "revoke_table" | "grant_table" => {
4040
if let Some(schema) = ctx.schema_or_alias_name.as_ref() {
4141
Some(HoveredNode::Table(NodeIdentification::SchemaAndName((
4242
schema.clone(),

0 commit comments

Comments
 (0)