Haskell single line comments consist of "-- " sequence of characters and not "--". For example, in many cases GHC considers "--" commented lines as not actually commented. Everywhere in code you will see a space following "--". You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1026 -- Commit Summary -- * Fix Haskell single line comments by adding space -- File Changes -- M data/filedefs/filetypes.haskell (2) -- Patch Links -- https://github.com/geany/geany/pull/1026.patch https://github.com/geany/geany/pull/1026.diff --- 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
