From 05d76ecf9ae7858ada04c8ee88a26201f46af391 Mon Sep 17 00:00:00 2001 From: Enrico Lumetti Date: Sun, 22 Jan 2017 19:19:29 +0100 Subject: [PATCH] Add quote to completion characters in haskell --- rc/base/haskell.kak | 1 + 1 file changed, 1 insertion(+) diff --git a/rc/base/haskell.kak b/rc/base/haskell.kak index 2de45911..e23b92b5 100644 --- a/rc/base/haskell.kak +++ b/rc/base/haskell.kak @@ -57,6 +57,7 @@ def -hidden haskell-indent-on-new-line %{ hook -group haskell-highlight global WinSetOption filetype=haskell %{ add-highlighter ref haskell } hook global WinSetOption filetype=haskell %{ + set buffer completion_extra_word_chars "'" hook window InsertEnd .* -group haskell-hooks haskell-filter-around-selections hook window InsertChar \n -group haskell-indent haskell-indent-on-new-line }