Merge pull request #638 from Akronix/master

Added multiline comment for filetypes.haskell
This commit is contained in:
elextr 2015-09-02 09:10:33 +10:00
commit 8b767fea49

View File

@ -53,8 +53,8 @@ mime_type=text/x-haskell
# single comments, like # in this file
comment_single=--
# multiline comments
#comment_open=
#comment_close=
comment_open={-
comment_close=-}
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d