Bump. I'd appreciate if someone could take a look at this. Sam
On Tue, Jan 16, 2018 at 11:44 AM Sam Lijin <[email protected]> wrote: > Hi vim-dev, > > First-time contributor here! I've got two patches for what I believe to be > two separate issues in Java syntax highlighting. > > I tried pinging Claudio, who's listed as the maintainer for them, but he > hasn't responded to either of my emails, so per contributing.md I'm > opening this up to the list. > > Thanks, > Sam > > > ---------- Forwarded message --------- > From: Sam Lijin <[email protected]> > Date: Wed, Jan 3, 2018 at 4:31 PM > Subject: Vim Java Syntax Patch > To: <[email protected]> > > > Hi Claudio, > > I recently fixed - what I believe to be - two issues with Vim's native > Java syntax highlighting rules. > > The first is that the javaAnnotation syntax group improperly includes, by > virtue of wildcard regex matches, all arguments provided to a Java > annotation, which can cause weird issues like a javaParenError (if one of > the annotation arguments is a string which contains a closing parenthesis). > > The second is that the javaDocTags syntax region improperly includes > javaCommentStar, which results in inline Javadoc tags highlighting any > leading asterisks as part of the tag, rather than as a Java comment > delimiter. > > Attached please find two patches which, I believe, are appropriate fixes > for these issues. > > Please let me know if you agree or not. > > Thanks, > Sam > -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
