From 5473e0ff928735800bb2f45d500f583564a33c81 Mon Sep 17 00:00:00 2001 From: sheaf Date: Mon, 4 May 2026 11:53:14 +0200 Subject: [PATCH] Add build-type: Hooks to Cabal completion plugin --- .../hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs b/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs index 7c805c72d6..c08d3195fd 100644 --- a/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs +++ b/plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs @@ -53,7 +53,7 @@ cabalKeywords = Map.fromList [ ("name:", nameCompleter), ("version:", noopCompleter), - ("build-type:", constantCompleter ["Simple", "Custom", "Configure", "Make"]), + ("build-type:", constantCompleter ["Simple", "Custom", "Configure", "Make", "Hooks"]), ("license:", weightedConstantCompleter licenseNames weightedLicenseNames), ("license-file:", filePathCompleter), ("license-files:", filePathCompleter),