[geany/geany] 80c4cd: Added multiline comment for filetypes.haskell
Abel 'Akronix' Serrano Juste
git-noreply at xxxxx
Tue Sep 1 17:12:59 UTC 2015
Branch: refs/heads/master
Author: Abel 'Akronix' Serrano Juste <akronix5 at gmail.com>
Committer: Abel 'Akronix' Serrano Juste <akronix5 at gmail.com>
Date: Tue, 01 Sep 2015 17:12:59 UTC
Commit: 80c4cd0de0ba8447d9b7fe04ad9c301b9d791992
https://github.com/geany/geany/commit/80c4cd0de0ba8447d9b7fe04ad9c301b9d791992
Log Message:
-----------
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