> @@ -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`](https://developer.gnome.org/glib/unstable/glib-Key-value-file-parser.html#glib-Key-value-file-parser.description) 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: https://github.com/geany/geany/pull/1026/files/1529e3b327d71bf73e7517ae9c9ade41326baa72#r62168683
