You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not format file lua/octo/model/octo-buffer.lua:
error parsing: error occurred while creating ast:
unexpected token `goto`. (starting from line 171, character 9 and ending on line 171, character 13)
Additionally, when I commented that line I got similar error related to ::continue::
Hello @JohnnyMorganz
I was trying to format the following file :
https://github.com/pwntester/octo.nvim/blob/master/lua/octo/model/octo-buffer.lua
but got the following message
Additionally, when I commented that line I got similar error related to
::continue::more info pwntester/octo.nvim#193