Branch: refs/heads/master Author: elextr elextr@gmail.com Committer: elextr elextr@gmail.com Date: Thu, 12 May 2016 07:54:30 UTC Commit: 8ca8b26051ddb81130a81d053dd975725970f8cf https://github.com/geany/geany/commit/8ca8b26051ddb81130a81d053dd975725970f8...
Log Message: ----------- Merge pull request #1029 from AleXoundOS/AleXoundOS-patch-2
Fix Haskell single line comments by adding space
Modified Paths: -------------- data/filedefs/filetypes.haskell
Modified: data/filedefs/filetypes.haskell 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -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=-}
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).