Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Syntax high light incorrection #791

Open
ckuai opened this issue Feb 8, 2019 · 1 comment
Open

Java Syntax high light incorrection #791

ckuai opened this issue Feb 8, 2019 · 1 comment

Comments

@ckuai
Copy link

ckuai commented Feb 8, 2019

[provide a description of the issue]

Environment
  • Operating System: Win10 1809 OS Build 17763.253
  • JDK version: tested on both 1.8u201 and 1.8u121
  • Visual Studio Code version: latest 1.31.0 and previous version
  • Java extension version: 0.5.0
Steps To Reproduce
  1. [step 1] java code example:
_log.log(Level.DEBUG, ">>>> GET report for Id: {} maxRows={} isPartialOkay={}", reportId, maxRows, isPartialOkay);
  1. [step 2]

[attach a sample project reproducing the error]
attach logs

Current Result

string coloring mess up. large portion of the file after this become string color until later
image

after about 100 lines later.

image

Expected Result

This is from sublime text
image

Additional Informations
@ibzib
Copy link

ibzib commented Feb 9, 2019

I had a similar issue. Looks like it is related to this bug upstream: atom/language-java#186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants