@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));

What about following?
```
SetTableStr("comment_single", FileTypeStr(comment_single));
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1397#pullrequestreview-2866927037
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1397/review/[email protected]>

Reply via email to