Branch: refs/heads/master Author: elextr elextr@gmail.com Committer: elextr elextr@gmail.com Date: Tue, 01 Sep 2015 23:10:33 UTC Commit: 8b767fea49f8698ee89e152c8be81d62ef0d8637 https://github.com/geany/geany/commit/8b767fea49f8698ee89e152c8be81d62ef0d86...
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).