jaxbot / semantic-highlight.vim

Semantic Highlighting for Vim
http://jaxbot.me/
486 stars 34 forks source link

Code inside parenthesis in Java is not highlighted #86

Closed thiagochaves closed 2 years ago

thiagochaves commented 2 years ago

See the highlight as follows: image That was setting the file type to C. When I set it to Java, then what is inside the parenthesis is not semantically highlighted: image Using NeoVIM 0.4.3

thiagochaves commented 2 years ago

By installing a Java syntax highlighting plugin (https://github.com/uiiaoo/java-syntax.vim), then it worked as it should. There is a problem with the default Java syntax highlight definitions. image