@xiota commented on this pull request.
> @@ -321,8 +321,9 @@ static gint glspi_fileinfo(lua_State* L)
}
SetTableStr("type", FileTypeStr(name));
SetTableStr("desc", FileTypeStr(title));
- SetTableStr("opener", FileTypeStr(comment_open));
- SetTableStr("closer", FileTypeStr(comment_close));
+ SetTableStr("comment", FileTypeStr(comment_single));
I was having connection problems with github... I think
comment_{single,open,close} would be good / final. It's more verbose than
previously, but more clear what they are.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1397#discussion_r2115073646
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1397/review/[email protected]>