Skip to content

Commit b035c21

Browse files
authored
Add build-type: Hooks to Cabal completion plugin (#4920)
1 parent 9e6c6c1 commit b035c21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion

plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Data.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cabalKeywords =
5353
Map.fromList
5454
[ ("name:", nameCompleter),
5555
("version:", noopCompleter),
56-
("build-type:", constantCompleter ["Simple", "Custom", "Configure", "Make"]),
56+
("build-type:", constantCompleter ["Simple", "Custom", "Configure", "Make", "Hooks"]),
5757
("license:", weightedConstantCompleter licenseNames weightedLicenseNames),
5858
("license-file:", filePathCompleter),
5959
("license-files:", filePathCompleter),

0 commit comments

Comments
 (0)