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

fix(dart) - improve highlighting for classes and functions #4168

Closed
wants to merge 2 commits into from
Closed

fix(dart) - improve highlighting for classes and functions #4168

wants to merge 2 commits into from

Conversation

guuido
Copy link
Contributor

@guuido guuido commented Nov 12, 2024

Resolves #4091

Changes

Before class and function names were not decorated and this could impact readability

image

After the fix these elements are correctly highlighted

image

Checklist

  • Added markup tests, or they don't apply here because...
  • Updated the changelog at CHANGES.md

Copy link

Build Size Report

Changes to minified artifacts in /build, after gzip compression.

5 files changed

Total change +267 B

View Changes
file base pr diff
es/core.min.js 8.18 KB 8.18 KB -1 B
es/highlight.min.js 8.18 KB 8.18 KB -1 B
es/languages/dart.min.js 1.12 KB 1.26 KB +138 B
highlight.min.js 8.22 KB 8.22 KB -1 B
languages/dart.min.js 1.13 KB 1.26 KB +132 B

@guuido guuido changed the title fix(dart) - improve highlighting for class and functions fix(dart) - improve highlighting for classes and functions Nov 12, 2024
@guuido guuido closed this Nov 12, 2024
@guuido
Copy link
Contributor Author

guuido commented Nov 12, 2024

moving these changes to a new PR to exclude an unwanted modification that was accidentally pushed here

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

Successfully merging this pull request may close these issues.

(Dart) Highlight colors for Class and Constructor Calls
1 participant