Skip to content

Commit

Permalink
lsp: Enable common rule completions (#775)
Browse files Browse the repository at this point in the history
Not sure how this got missed in #773
but here it is now.

Signed-off-by: Charlie Egan <charlie@styra.com>
  • Loading branch information
charlieegan3 authored May 30, 2024
1 parent e7a11ae commit 51dd1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/lsp/completions/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func NewDefaultManager(c *cache.Cache) *Manager {
m.RegisterProvider(&providers.RuleHead{})
m.RegisterProvider(&providers.RuleHeadKeyword{})
m.RegisterProvider(&providers.Input{})
m.RegisterProvider(&providers.CommonRule{})

return m
}
Expand Down

0 comments on commit 51dd1f6

Please sign in to comment.