In Lua scripts the common symbol used to comment items out single lines is `--` However you can also use `--[` to begin and `]` to close for commenting out multiple lines (similar to XML comment) I was wondering if there was any way to achieve anything like this in Geany?
Where if cursor is in a line and you use comment out hotkey it adds the `--` but if multiple lines are highlighted and hotkey is applied that it uses the brackets method to comment them out? Or even a separate hotkey one for each If anyone has any ideas please let me know. Thank You -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/3997 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/[email protected]>
