Merge remote-tracking branch 'doppioandante/haskell-extra-chars'

This commit is contained in:
Maxime Coste 2017-01-29 14:47:30 +00:00
commit 5cb0fb13aa

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 -group haskell-highlight global WinSetOption filetype=haskell %{ add-highlighter ref haskell }
hook global WinSetOption filetype=haskell %{ hook global WinSetOption filetype=haskell %{
set buffer completion_extra_word_chars "'"
hook window InsertEnd .* -group haskell-hooks haskell-filter-around-selections hook window InsertEnd .* -group haskell-hooks haskell-filter-around-selections
hook window InsertChar \n -group haskell-indent haskell-indent-on-new-line hook window InsertChar \n -group haskell-indent haskell-indent-on-new-line
} }