Following on my previous thread: [https://github.com/geany/geany/discussions/4507](url) ... I want to define the function definition to handle these cases:
procedure myprocedure is procedure myprocedure(params) is function myfunction return byte is function myfunction(params) return byte is I also want the "comment_single" to *additionally* handle lines starting with a semicolon. Currently, I have this: comment_single=-- -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4518 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/[email protected]>
