Merge pull request #1029 from AleXoundOS/AleXoundOS-patch-2

Fix Haskell single line comments by adding space
This commit is contained in:
elextr 2016-05-12 17:54:30 +10:00
commit 8ca8b26051

View File

@ -51,7 +51,7 @@ mime_type=text/x-haskell
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
comment_single=--
comment_single=--\s
# multiline comments
comment_open={-
comment_close=-}