@Skif-off 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));
@xiota, so your final decision is
```
comment_single
comment_open
comment_close
```
?
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1397#discussion_r2110818353
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany-plugins/pull/1397/review/[email protected]>