[geany/geany] 6118e5: filetypes.lua: Change block comment (#2566)

Filip Szymański git-noreply at xxxxx
Sat Oct 3 23:30:26 UTC 2020


Branch:      refs/heads/master
Author:      Filip Szymański <fszymanski at users.noreply.github.com>
Committer:   GitHub <noreply at github.com>
Date:        Sat, 03 Oct 2020 23:30:26 UTC
Commit:      6118e5506b51239c94256e2e7ffadb133830b698
             https://github.com/geany/geany/commit/6118e5506b51239c94256e2e7ffadb133830b698

Log Message:
-----------
filetypes.lua: Change block comment (#2566)

See: https://www.lua.org/pil/1.3.html


Modified Paths:
--------------
    data/filedefs/filetypes.lua

Modified: data/filedefs/filetypes.lua
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -52,7 +52,7 @@ mime_type=text/x-lua
 comment_single=--
 # multiline comments
 comment_open=--[[
-comment_close=]]--
+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