ehuss/Sublime-Wrap-Plus

Javadoc-style comments do not work in Groovy source files

tobia opened this issue · 1 comments

For some reason, Javadoc-style comments are not wrapped correctly in Groovy source files: the leading * are not repeated in the wrapped lines.

ehuss commented

Due to the way the Groovy syntax is defined, the Sublime API does not have a way to extract the entire comment scope. Unless Sublime enhances the extract_scope() function to specify a selector, it will be very difficult to fix this. Sorry ☹️