In data/filedefs/filetypes.haskell:
> @@ -51,7 +51,7 @@ mime_type=text/x-haskell > #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 > > # single comments, like # in this file > -comment_single=-- > +comment_single=--
I would rather see representing the space as \s
to make it explicit we do want the space here, and avoid any possible future accidental removal by e.g. "remove trailing spaces" feature.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub