[geany/geany] 8b767f: Merge pull request #638 from Akronix/master

elextr git-noreply at xxxxx
Tue Sep 1 23:10:33 UTC 2015


Branch:      refs/heads/master
Author:      elextr <elextr at gmail.com>
Committer:   elextr <elextr at gmail.com>
Date:        Tue, 01 Sep 2015 23:10:33 UTC
Commit:      8b767fea49f8698ee89e152c8be81d62ef0d8637
             https://github.com/geany/geany/commit/8b767fea49f8698ee89e152c8be81d62ef0d8637

Log Message:
-----------
Merge pull request #638 from Akronix/master

Added multiline comment for filetypes.haskell


Modified Paths:
--------------
    data/filetypes.haskell

Modified: data/filetypes.haskell
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -53,8 +53,8 @@ mime_type=text/x-haskell
 # single comments, like # in this file
 comment_single=--
 # multiline comments
-#comment_open=
-#comment_close=
+comment_open={-
+comment_close=-}
 
 # set to false if a comment character/string should start at column 0 of a line, true uses any
 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d



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