ehuss / Sublime-Wrap-Plus

Enhanced "wrap lines" command for Sublime Text 2 or 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javadoc-style comments do not work in Groovy source files

tobia opened this issue · comments

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

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 ☹️