Add quote to completion characters in haskell

This commit is contained in:
Enrico Lumetti 2017-01-22 19:19:29 +01:00
parent 66e422e397
commit 05d76ecf9a

View File

@ -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
}