[geany/geany] 8ca8b2: Merge pull request #1029 from AleXoundOS/AleXoundOS-patch-2

elextr git-noreply at xxxxx
Thu May 12 07:54:30 UTC 2016


Branch:      refs/heads/master
Author:      elextr <elextr at gmail.com>
Committer:   elextr <elextr at gmail.com>
Date:        Thu, 12 May 2016 07:54:30 UTC
Commit:      8ca8b26051ddb81130a81d053dd975725970f8cf
             https://github.com/geany/geany/commit/8ca8b26051ddb81130a81d053dd975725970f8cf

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).


More information about the Commits mailing list