Merge pull request #1029 from AleXoundOS/AleXoundOS-patch-2
Fix Haskell single line comments by adding space
This commit is contained in:
commit
8ca8b26051
@ -51,7 +51,7 @@ mime_type=text/x-haskell
|
|||||||
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
||||||
|
|
||||||
# single comments, like # in this file
|
# single comments, like # in this file
|
||||||
comment_single=--
|
comment_single=--\s
|
||||||
# multiline comments
|
# multiline comments
|
||||||
comment_open={-
|
comment_open={-
|
||||||
comment_close=-}
|
comment_close=-}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user