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: Improved class name detection #3351

Merged
merged 2 commits into from Mar 5, 2022

Conversation

RunDevelopment
Copy link
Member

This fixes #3350.

To implement this, I added a new import token. The new token matches the whole import statement, except for the keyword.

@github-actions
Copy link

github-actions bot commented Feb 22, 2022

JS File Size Changes (gzipped)

A total of 1 files have changed, with a combined diff of +135 B (+12.7%).

file master pull size diff % diff
components/prism-java.min.js 1.06 KB 1.2 KB +135 B +12.7%

Generated by 🚫 dangerJS against 1a020d1

@RunDevelopment RunDevelopment merged commit 4cb3d03 into PrismJS:master Mar 5, 2022
@RunDevelopment RunDevelopment deleted the issue3350 branch March 5, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java code highlight "UUID" incorrectly
1 participant